Skip to content
rapilabs edited this page Jan 24, 2013 · 14 revisions

Welcome to the OpenMRS Concept Proposal Module!

Build Requirements

  • A Java Development Kit (either Oracle or OpenJDK)
  • Maven
  • Git

Quickstart

  1. Download the OpenMRS standalone distribution and login as the administrator
  2. Clone the concept proposal module source code onto your local drive
  3. Build the module with mvn -DskipTests=true package
  4. Locate the module file under omod/target/cpm-1.0-SNAPSHOT-<build-id>.omod
  5. Install the module into OpenMRS by uploading the OMOD file via Administration -> Manage Modules -> Add or upgrade module -> Add module
Clone this wiki locally