Developer How-To Guide


This page is marked to be re-organized.
Needs to be completed, needs improved content

How To...

  1. Create your user profile
  2. Install a developer's version of OpenMRS
  3. Use Eclipse Effectively
  4. Use Intellij/IDEA
  5. How to Add a JAR
    • Put your .jar file(s) in the source directory /lib/your-lib-name/
    • In Eclipse, Project -> Properties -> Java Build Path -> Libraries -> Add JAR
      • At this point your JARs will show up in the package explorer
    • Without Eclipse, add jar reference to the /.classpath file
    • Edit build.xml, properties.xml, and openmrs/lib/lib.properties
  6. How to Use JUnit
  7. How to View and Attach Lib Source Code
  8. How to use the OpenMRS API
  9. Create Development Environment
    • TODO
  10. Create Modules
  11. How to Update the Data Model behind OpenMRS