Installation instructions#
The application is typically installed using a docker image. Other installation types will be available in the future.
Docker#
To install the application with docker you need to create two volumes first:
| name | path | description |
|---|---|---|
| config | /config | Contains the application settings. |
| manifests | /data | Contains the manifest files |
As a simple ApplicationSettings.yaml file you can use the following:
| |
If no log file is found the application creates a new ApplicationSettings.yaml file using default values in the /config path.
Copy your manifest file in the data directory and name it Manifest.yaml.
With that we can now start the docker container via:
| |
or if you are using docker-compose:
| |
and then
| |