Skip to content

Commit

Permalink
OZ-742: Added Bahmni EMR start script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhanga committed Dec 16, 2024
1 parent 2a9d924 commit b17cca8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/start-with-bahmniemr.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -e

# Run wiht Bahmni EMR
export RUN_WITH_BAHMNI_EMR=true
echo "$INFO Setting RUN_WITH_BAHMNI_EMR=true..."
echo "→ RUN_WITH_BAHMNI_EMR=$RUN_WITH_BAHMNI_EMR"

source start.sh

0 comments on commit b17cca8

Please sign in to comment.