...
- 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-referenceapplicationebola-kerrytown.git cd openmrs-distro-ebola-referenceapplicationkerrytown mvn clean package -DskipTests cp package/target/distro/*.omod ~/.OpenMRS/modules rm ~/.OpenMRS/modules/referencedemodata*.omod |
...
When OpenMRS is available, you should see a login screen giving you the option of choosing from a few locations (including Triage and Inpatient Wardscurrently they are "Assessment" and "Inpatient Wards", but you should not see "Outpatient Clinic").
A Few More Things
You need to use the system with a user account that has a provider attached to it. Either create yourself a new OpenMRS user, or use the admin one, and go to http://localhost:8080/openmrs/admin/provider/index.htm and do Add Provider.
...
Code Block |
---|
mvn jetty:run -DuiFramework.development.ebolaexample=/path/to/your/repositoryopenmrs-module-ebolaexample |