Project can be used to either run an 2.3.3 instance or upgrade an 1.11.x instance (it uses the OpenMRS platform 2.3.3 war file). In order to launch/run, one is required to provide an sql dump of desired OpenMRS instance. When first run, the openmrs database will be created and then populated with the data from the provided sql dump. The subsequent run however, will skip this step.
- Place the SQL dump of the database which has to be named openmrs.sql in mysql directory.
- While in the project's directory run the command
docker-compose up -d
.
Note: Don't forget to provide the required SQL dump file.
In Ubuntu 18.04 systemd is used to start openmrs via docker compose at boot time. See systemd/README.md for details.