tagged v2.0-beta4
Details
Details
- Tag
- v2.0-beta4
tagged v2.0-beta4
This is the Flamenco Server component, implemented as a Pillar extension.
In order to get Flamenco up and running, we need to follow these steps:
Add Flamenco to your Pillar application as an extension (docs will be available in the Pillar documentaiton). At this point we can proceed with the setup of our first manager.
python manage.py flamenco create_manager flm-manager@example.com local-manager 'Local manager'
The required params are:
new manager created
Once the manager doc is created, we note down the following info:
We will use these values in the flamenco-manager.yaml config file for the Manager.
Next, we allow a user to interact with a Flamenco project:
python manage.py make_admin user@example.com
where user@example.com is an existing user.
Finally, we set up a project to be used with Flamenco:
python manage.py setup_for_flamenco project-url
At this point we can run our server and access Flamenco on the /flamenco endpoint.