Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BAH-3077|Added concepts for rulesengine dropdown #147

Merged
merged 1 commit into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package/docker/openmrs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ COPY package/docker/openmrs/templates/bahmnicore.properties.template /etc/bahmni
COPY package/docker/openmrs/templates/openmrs-runtime.properties.template /etc/bahmni-emr/templates/
COPY package/docker/openmrs/templates/mail-config.properties.template /etc/bahmni-emr/templates/
COPY package/docker/openmrs/templates/appointment.properties.template /etc/bahmni-emr/templates/
COPY package/docker/openmrs/templates/rulesengine-concept.properties.template /etc/bahmni-emr/templates/

# Setting Soft Links from bahmni_config (Moved from bahmni-web postinstall)
RUN ln -s /etc/bahmni_config/openmrs/obscalculator ${OPENMRS_APPLICATION_DATA_DIRECTORY}/obscalculator
Expand Down
1 change: 1 addition & 0 deletions package/docker/openmrs/bahmni_startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ envsubst < /etc/bahmni-emr/templates/bahmnicore.properties.template > ${OPENMRS_
envsubst < /etc/bahmni-emr/templates/openmrs-runtime.properties.template > ${OPENMRS_APPLICATION_DATA_DIRECTORY}/openmrs-runtime.properties
envsubst < /etc/bahmni-emr/templates/mail-config.properties.template > ${OPENMRS_APPLICATION_DATA_DIRECTORY}/mail-config.properties
envsubst < /etc/bahmni-emr/templates/appointment.properties.template > ${OPENMRS_APPLICATION_DATA_DIRECTORY}/appointment.properties
envsubst < /etc/bahmni-emr/templates/rulesengine-concept.properties.template > ${OPENMRS_APPLICATION_DATA_DIRECTORY}/rulesengine-concept.properties
/openmrs/wait-for-it.sh --timeout=3600 ${OMRS_DB_HOSTNAME}:3306

echo "Copy Configuration Folder from bahmni_config"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
concept.weight.uuid=${WEIGHT_CONCEPT_UUID}
concept.height.uuid=${HEIGHT_CONCEPT_UUID}