Each folder will start a docker container with the version of the folder.
Currently only latest
will automatically download the DB.
For versions other than latest
, download the DB from databases.dhis2.org into ./<version>/db/sierraleone/init.sql
Start:
cd latest
docker compose pull && docker compose up -d
- You may have to restart the web-container on initial setup, due to the service starting before DB-seeding is completed. This can be done through
docker desktop
, or by runningdocker container restart latest-web-1
.