Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel
titleBGColor#1FA5A0
titleRelated Pages

OpenMRS OWA Wiki 

Implementation Guide

...

Check your OWA settings admin page at /openmrs/module/owa/settings.form on your runtime instance of OpenMRS.

Image RemovedImage Added

The key setting is the 'App Folder Path' that contents OWA Apps. Typically the location for all OWAs of your OpenMRS instance should be in /opt/openmrs/owa , the idea would be to symlink the content of the OWA to your code repo:

...

To upload it from OpenMRS UI, you need to set module.allow_web_admin value to true in /opt/openmrs/etc/openmrs-runtime.properties file. This value is set to false by default.

Image RemovedImage Added

6. Running tests

...

  • Include owa module as this
  • Add openmrsOwaVersion property as this

5. Update /omod/pom.xml

  • Add execution as this
  • Edit these line of codes

...

7. Add link to OWA App UI from the legacy admin UI

...

Code Block
mvn clean install

Now this automatically packed owa into omod. And deploy owa app upon installing omod.