From e1e94bb3ce7ddd4adfa378574617a145a8c48a14 Mon Sep 17 00:00:00 2001 From: rbuisson Date: Thu, 7 Dec 2023 17:10:53 +0100 Subject: [PATCH] OZ-196: Provide instructions to run behind Traefik --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 8ebd0a4..3fabad7 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,19 @@ source target/go-to-scripts-dir.sh ./start-demo.sh ``` +## 2-bis. Try Ozone locally with Traefik as the proxy + +```bash +git clone https://github.com/ozone-his/ozone-distro +mvn clean package +source target/go-to-scripts-dir.sh +export TRAEFIK="true" +./start-demo.sh +``` + +## 3. Browse Ozone + + Access each Ozone FOSS components at the following URL: | HIS Component | URL | Username | Password | @@ -47,6 +60,7 @@ Access each Ozone FOSS components at the following URL: Ozone FOSS requires you to log into each component separately. + ## 3. Find us [Slack](https://openmrs.slack.com/archives/C02PYQD5D0A) - [Forum](https://talk.openmrs.org/c/software/ozone-his) - [Website](http://ozone-his.com)