Skip to content

The software distribution of Ozone HIS

License

Notifications You must be signed in to change notification settings

ibacher/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 Apache 2 proxy

Clone

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

Build

scripts/mvnw clean package

Run

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

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

Clone

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

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

Releases

No releases published

Packages

No packages published

Languages

  • Shell 62.6%
  • Python 37.4%