The entreprise-grade health information system that augments OpenMRS 3.
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.
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.
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
Once complete, the startup script will output the URLs to access the services in the terminal.
For example:
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.