...
- https://github.com/openmrs/openmrs-core
- https://github.com/openmrsdjazayeri/openmrs-distro-ebola-referenceapplicationkerrytown
- https://github.com/openmrs/openmrs-module-ebolaexample
You also need to get theĀ MVP-CIEL Concept Dictionary, which is distributed as a .sql dump. (either via Dropbox, as described in the link, or by asking another dev for it.)
...
Code Block |
---|
git clone https://github.com/openmrsdjazayeri/openmrs-distro-ebola-referenceapplicationkerrytown.git cd openmrs-distro-ebola-referenceapplicationkerrytown mvn clean package -DskipTests cp package/target/distro/*.omod ~/.OpenMRS/modules rm ~/.OpenMRS/modules/referencedemodata*.omod |
...