Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Bahmni/bahmni-web image acts as one of the frontend components of Bahmni EMR. The UI rendering depends mostly on the configuration. The image is built and published using Github actions from openmrs-module-bahmniapps repository.

Environment Configurations

Variable Name

Description

BAHMNI_WEB_IMAGE_TAG

This value specifies which image version needs to be used for bahmni-web service. List of tags can be found at bahmni/bahmni-web - Tags .

BAHMNI_UI_DIST_PATH

Set this variable with the path of your dist folder of openmrs-module-bahmniapps when you want to develop on Bahmni UI.

Development on Bahmni UI

When you want to develop or modify bahmni UI code, you can follow these steps.

...