openmrs / openmrs-distro-his

A showcase sample software distribution where OpenMRS is integrated with other systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenMRS Distro HIS

A sample software distribution that demonstrates how integration of OpenMRS with external systems can be achieved.

Available commands

Goal Command Explanation
Build the distribution
./scripts/mvnw clean package
Assembles and packages your distribution, incorporating any configurations and customizations you've applied.
Access start/stop/destroy commands
source target/go-to-scripts-dir.sh
Navigates to the directory containing the scripts for starting, stopping, and destroying the distribution, making these commands readily accessible.
Start the distribution
./start-demo.sh
Initiates and launches all components of the Ozone HIS, bringing up the system.
Stop the distribution
./stop-demo.sh
Gracefully halts all Ozone HIS services, effectively shutting down the system.
Destroy the distribution
./destroy-demo.sh
Completely removes the distribution, clearing all its components and data, ideal for resetting the system or rectifying persistent issues ahead of a restart or a rebuild and restart.

About

A showcase sample software distribution where OpenMRS is integrated with other systems.

License:Mozilla Public License 2.0


Languages

Language:Batchfile 56.3%Language:Shell 43.7%