2.1 KiB
2.1 KiB
Flamenco ENV
Various scripts and stuff for Flamenco setup.
Flamenco Setup
The Quickstart Guide has most resources you need, (although it's pretty vague). A more detailed setup can be found below, although these are intended specifically for linux environments.
Setup NFS (Or Other File Server Equivalent)
- Ensure you have valid
nfs
support- On Arch
gvfs-nfs
is package name - On Debian:
$ sudo apt install gvfs nfs-common
- On Arch
- Ensure we have a directory to mount to:
$ sudo mkdir -p srv/flamenco
- Mount said directory:
$ sudo mount -t nfs {hostname}:/srv/flamenco srv/flamenco
Setup Blender
- Install specified Blender version (will have a script for this)
- Add the Blender directory/executable to your PATH (can be an environment variable) so running
blender
runs the software - For everyone (optional for Manager), configure Blender:
- Workers and end-user MUST have Flamenco add-on, need to install from file downloaded from your Flamenco manager
- Install other extensions as needed
- Configure Blender for GPU rendering
Manager
- First, setup Blender
- Download appropiate Flamenco version from their site
- Unpack the contents, run
flamenco-manager
- In a browser, go to the system IP address at port 8080 (
localhost:8080
) and answer the Flamenco setup questions - Flamenco will restart, and should show the regular Flamenco Interface. All done!
Worker
- First, setup Blender
- Download appropiate Flamenco version from their site
- Unpack the contents, run
flamenco-worker
- Your worker should show under the
Workers
tab of the Flamenco Manager. All done!
End-User
If you want to submit a Flamenco job, go to the Output
tab in your Blender file,
scroll to the Flamenco section at the bottom, and configure accordingly.
Be sure to select your output and job type.
Upon submitting a job, your file should be automatically packed and sent to Flamenco. Congrats!