Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ucsf-ighs/openmrs-module-ohri-core
OHRI Backend core module
https://github.com/ucsf-ighs/openmrs-module-ohri-core
Last synced: about 2 months ago
JSON representation
OHRI Backend core module
- Host: GitHub
- URL: https://github.com/ucsf-ighs/openmrs-module-ohri-core
- Owner: UCSF-IGHS
- License: gpl-3.0
- Created: 2021-06-15T12:30:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T11:31:23.000Z (almost 2 years ago)
- Last Synced: 2023-09-05T22:21:12.873Z (over 1 year ago)
- Language: Java
- Size: 3.4 MB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
${moduleName}
==========================Description
-----------
This is a very basic module which can be used as a starting point in creating a new module.Building from Source
--------------------
You will need to have Java 1.6+ and Maven 2.x+ installed. Use the command 'mvn package' to
compile and package the module. The .omod file will be in the omod/target folder.Alternatively you can add the snippet provided in the [Creating Modules](https://wiki.openmrs.org/x/cAEr) page to your
omod/pom.xml and use the mvn command:mvn package -P deploy-web -D deploy.path="../../openmrs-1.8.x/webapp/src/main/webapp"
It will allow you to deploy any changes to your web
resources such as jsp or js files without re-installing the module. The deploy path says
where OpenMRS is deployed.Installation
------------
1. Build the module to produce the .omod file.
2. Use the OpenMRS Administration > Manage Modules screen to upload and install the .omod file.If uploads are not allowed from the web (changable via a runtime property), you can drop the omod
into the ~/.OpenMRS/modules folder. (Where ~/.OpenMRS is assumed to be the Application
Data Directory that the running openmrs is currently using.) After putting the file in there
simply restart OpenMRS/tomcat and the module will be loaded and started.