Skip to content

I-TECH/openmrs-module-kenyaemr

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7cc4517 · May 2, 2022
May 2, 2022
Apr 28, 2022
Apr 8, 2022
Apr 8, 2022
Dec 10, 2018
Apr 28, 2022
Sep 4, 2018
Nov 18, 2014
Jan 25, 2017
Nov 18, 2014
Nov 12, 2018
Sep 4, 2018
Apr 8, 2022

Repository files navigation

KenyaEMR Distribution

Overview

Initial I-TECH work on an OpenMRS-based EMR for the Kenya MoH.

Project homepage: https://sites.google.com/site/kenyahealthinformatics/

Developer documentation: https://wiki.openmrs.org/display/projects/KenyaEMR+Distribution

Installation

To create a distribution zip of all required modules, build as follows:

mvn clean package -DbuildDistro

This can then be extracted into your OpenMRS modules repository directory, e.g.

MODULE_DIR=/usr/share/tomcat6/.OpenMRS/modules/
rm $MODULE_DIR/*.omod
unzip -oj distro/target/kenyaemr-13.3-distro.zip -d $MODULE_DIR

Accreditation