Looking to contribute? See CONTRIBUTING.md for how to get started.
LibreHealth Toolkit is a software API and user interface components that can be used to create electronic health record systems. Read more about the project & find documentation at: http://toolkit.librehealth.io
The project tree is set up as follows:
api/ | java and resource files for building the java api jar file. |
puppet | Puppet scripts for local development and deployment. |
release-test | Cucumber/selenium integration tests. Run daily against a running web application. |
test | Maven project to share tools that are used for testing. |
tools | Meta code used during compiling and testing. Does not go into any released binary (like doclets). |
web/ | java and resource files that are used in the web application. |
webapp/ | jsp files used in building the war file. |
.gitlab-ci.yml | Used to configure Gitlab CI. Each branch can have its own configuration. |
license-header.txt | Used by license-maven-plugin to check license on all source code headers. |
pom.xml | The main maven file used to build and package OpenMRS. |