SmartRoadSense back-end service SETUP with external DBs Clone the repository Setup external databases as needed Edit srs.env-template file and rename it as srs.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 SETUP with dockerized DBs Clone the repository Edit srs.env-template file and rename it as srs.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