Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.78 KB

File metadata and controls

22 lines (15 loc) · 1.78 KB

Flamenco Server Installation Guide

This documentation attempts to provide full, step-by-step details for installing the components necessary to host your own Flamenco Server. There are many use-cases for self-hosting a Flamenco server. However, for most people, the services provided by Blender Cloud should be sufficient. As a bonus, subscriptions to Blender Cloud supports Blender. If you do not need a personal Flamenco server, please consider the more convenient solution and help the Blender Foundation in the process.

Setting up everything from scratch is hard. Even if you want to go 100% self-hosted, the Blender developers recommend getting a bit more experience with Flamenco using the Blender Cloud server first.

Installing a Flamenco Server requires the coordination of a few different installations, including the Blender Cloud website and the Blender ID log-in system. The process can be complicated. There are some applications which this document assumes familiarity with:

  • Linux terminal - Bash, Ubuntu’s service/systemctl and developer tools like Git
  • Docker - used for MongoDB, Redis and RabbitMQ
  • Python - Pillar is built on Flask, Blender ID on Django and Poetry installs dependencies
  • Databases - Blender ID uses MySQL, Blender Cloud uses MongoDB & Redis

When you're ready, start reading with the first file in the repository.

Links to Official Sources: