Versions Compared
Version | Old Version 5 | New Version 6 |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Tip |
---|
Bahmni LITE comes with CIEL Concept dictionary, which comprises of over 50K medical terms. This can slow down the first time initialisation initialization of DB. To use a pre-loaded DB with CIEL dictionary, to increase decrease startup time, please follow these steps. |
Use the bahmni/openmrs-db:clinic-config docker image as OpenMRS DB to reduce the booting boot-up time of Bahmni Lite.
Perform the following one-time steps:
Change the OPENMRS_DB_IMAGE_NAME variable to
bahmni/openmrs-db:clinic-config
in .env file of Bahmni LiteCode Block OPENMRS_DB_IMAGE_NAME=bahmni/openmrs-db:clinic-config
Un-comment the volume mounts for
configuration_checksums
in openmrs and openmrs-db service in the docker-compose.yamlyml of Bahmni Lite. This is done so that the initializer module does not re-execute the changelogs which are already executed and loaded into the database.Check the atomfeed creds in .env file. They should be as follows:
Code Block OPENMRS_ATOMFEED_USER=admin OPENMRS_ATOMFEED_PASSWORD=Admin123
Start Bahmni Lite (that’s it!)
Info |
---|
The DB dump with CIEL data is maintained here on github: https://github.com/Bahmni/clinic-config/tree/main/package/docker/resources |
Info |
---|
Running Bahmni on Docker |
Page Tree | ||||
---|---|---|---|---|
|