Snippets
BAHMNI_VERSION= # e.g. 0.89
BAHMNI_BUILD_NUMBER= # e.g. 208
curl https://github.com/ksch-workflows/infrastructure/blob/master/bahmni/install-bahmni.sh > install-bahmni.sh
bash install-bahmni.sh -v ${BAHMNI_VERSION} -b ${BAHMNI_BUILD_NUMBER}
0 Comments for this cheatsheet. Write yours!