Skip to content

Commit

Permalink
OZ-196: Provide instructions to run behind Traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuisson committed Dec 15, 2023
1 parent f943d63 commit e1e94bb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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)

Expand Down

0 comments on commit e1e94bb

Please sign in to comment.