Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 1.3 KB

README.md

File metadata and controls

62 lines (44 loc) · 1.3 KB

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.