-
Notifications
You must be signed in to change notification settings - Fork 2
OpenMRS 3.x & iSantePlus: A Tutorial
Mutesasira Moses edited this page Sep 23, 2022
·
3 revisions
In this tutorial, we will:
- build a 3.x distribution from scratch
- add some basic modules to the distribution
- run the distribution as a standalone application
- connect with a running iSantePlus instance
http://o3-dev.docs.openmrs.org/#/main/distribution
mkdir iSantePlus3x
cd iSantePlus3x
This command uses the openmrs
Node.js package that can be found here: https://www.npmjs.com/package/openmrs (published package) and https://github.com/openmrs/openmrs-esm-core/tree/master/packages/tooling/openmrs (code)
npx openmrs build --config-path ./config.json
npx openmrs assemble --config ./build-config.json --mode config
config.json
{}
docker-compose up -d