- Clone the repository
- Setup external databases as needed
- Edit
srs.env-template
file and rename it assrs.env
- Run
make config
to generate the system configuration file - Run
make create_volumes
to create docker external volumes - Run
make up
- Run
make enable_jobs
to enable automatic open-data computation and historifying
- Clone the repository
- Edit
srs.env-template
file and rename it assrs.env
- Run
make config
to generate the system configuration file - Run
make create_db_volumes
to create docker external volumes - Run
make create_volumes
to create docker external volumes - Run
make init_db
to complete the setup of needed dbs - Run
make up
- Run
make enable_jobs
to enable automatic open-data computation and historifying