Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Each component comes bundled with its scripts for build.

  • service/servers - are built using gradle.  Running the following command will create a RPM file.

    ./gradlew clean dist

    Note the servers built this way, will be packaged with the default configuration properties (<project root>/env/local.properties) which are set as process environment variables.

  • modules - OpenMRS modules are built using "maven"

    mvn clean install

    This will create a <name>.omod file.


We use ansible to provision, deploy & configuration. This would be your preferred way of provisioning and deploying and customizing configurations into test or production environments.

There are 2 repositories for all the plays.

 

Most components come with submodules (if any) which are required by them.

For any clarification or details, please sign up and send an email to sharedhealth@googlegroups.com.

  • No labels