Automation is done via agents. Each agent runs one or more stages. Each stage involves taking one or more actions.
See Agents
See Events
See Actions
-
For a complete list of environment variables, see: Environment
-
For a complete list of run options, see Run Options.
- To install, run the shell/install.sh script (Run this script any time you update dependencies).
-
Install the app by running shell/install.sh in a command prompt.
-
Set required environment variables: For a full ist of environment variables, see Environment.
-
Set the required run options: For a full list of run options, see Run Options.
-
Run the app by running shell/run.sh in a command prompt.
- If you want to do some development or run tests, run the shell/install.dev.sh script (only once).
- ❌ ⚠ Do not update
requirements.txt
directly. Rather updaterequirements.in
and run shell/install.sh - ✅ Update the CHANGELOG.md file, with your changes.
- To run the tests, run the shell/run.tests.sh script.