Skip to content

🚧 Start & Stop

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 apps 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 apps and data, ideal for resetting the system or rectifying persistent issues ahead of a restart or a rebuild and restart.