Skip to content

Commit

Permalink
OZ-196: Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuisson committed Dec 15, 2023
1 parent cc7e328 commit 5c52fa6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,38 @@ When ready Gitpod will launch the tab for OpenMRS 3.

## (option 2) Try Ozone locally using the embedded Apache 2 proxy

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

Build
```bash
scripts/mvnw clean package
```

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

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

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

Build
```bash
scripts/mvnw clean package
```

Run
```bash
source target/go-to-scripts-dir.sh
export TRAEFIK="true"
./start-demo.sh
Expand Down

0 comments on commit 5c52fa6

Please sign in to comment.