Ayon Server is a powerful tool for managing and automating the visual effects workflow for film and television productions.
- Support for multiple projects and teams
- Customizable task management and scheduling
- File management and version control
- Integration with industry-standard VFX software
- Collaboration and communication tools
- Real-time monitoring and reporting
Docker with *compose plugin
or:
- Python 3.10+ and Poetry
- Node 18+ and yarn
- PostgreSQL server 14
- Redis server
- Clone this repo
- Tweak
docker-compose.yml - Comment out
-"./backend:/backendline in the backend/volumes section - Install addons to the
addonsdirectory - Create modify default settings in
settingsdirectory - Run
docker compose up -d - Run
make setup
- Clone this repo
- Run
maketo download required repositories and build the Docker image - Tweak
docker-compose.yml - Install addons to the
addonsdirectory - Run
docker compose up