...
Code Block |
---|
git clone https://github.com/openmrs/openmrs-distro-referenceapplication.git cd openmrs-distro-referenceapplication mvn clean package -DskipTests cp package/target/distro/*.omod ~/.OpenMRS/modules rm ~/.OpenMRS/modules/referencedemodata*.omod |
Restart tomcatjetty.
Wait for several minutes while various OpenMRS modules create data.
...
Code Block |
---|
git clone https://github.com/openmrs/openmrs-module-ebolaexample.git cd openmrs-module-ebolaexample mvn clean install cp omod/*.omod ~/.OpenMRS/modules |
Restart tomcatjetty.
When OpenMRS is available, you should see a login screen giving you the option of choosing from a few locations (including Triage and Inpatient Wards).
...