Skip to content

The software distribution of Ozone HIS

License

Notifications You must be signed in to change notification settings

Ruhanga/ozone-distro

 
 

Repository files navigation

Ozone

The entreprise-grade health information system that augments OpenMRS 3.

Quick start

(option 1) Try Ozone FOSS in Gitpod

Open in Gitpod

It may take some time to setup Ozone for the first time, so hang tight ⏳

When ready Gitpod will launch the tab for OpenMRS 3.

(option 2) Try Ozone locally using the embedded Nginx Reverse proxy

Clone

git clone https://github.com/ozone-his/ozone
cd ozone

Build

scripts/mvnw clean package

Run

source target/go-to-scripts-dir.sh
./start-demo.sh

Tip: After running source target/go-to-scripts-dir.sh command you can use popd to easily move back to the root directory, if needed.

(option 3) Try Ozone locally assuming Traefik is running on the host

Clone

git clone https://github.com/ozone-his/ozone
cd ozone

Build

scripts/mvnw clean package

Run

source target/go-to-scripts-dir.sh
export TRAEFIK="true"
./start-demo.sh

Browse Ozone

Once complete, the startup script will output the URLs to access the services in the terminal.

For example: Access Ozone Ozone FOSS requires you to log into each component separately.

💡 Did you know? Ozone Pro comes with single sign-on (SSO) and all its integration layer is secured with OAuth2.

About

The software distribution of Ozone HIS

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Shell 62.9%
  • Python 37.1%