Skip to content

Commit

Permalink
OZ-354: Updated README with new "ozone-docker-compose". (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud authored Jan 19, 2024
1 parent b292102 commit c9ffe46
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Ozone - The Docker Compose Project

πŸ‘‰ **Recommended:** Please refer to the [Ozone](https://github.com/ozone-his/ozone-distro) repository to try and run Ozone πŸ‘ˆ
πŸ‘‰ **Recommended:** Please refer to the [Ozone](https://github.com/ozone-his/ozone) repository to try and run Ozone πŸ‘ˆ

While is not the recommended way, developpers can also run Ozone directly from this project. See instructions below.

## (option 1) Try Ozone FOSS in Gitpod

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/ozone-his/ozone-docker)
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/ozone-his/ozone-docker-compose)

It may take some time to setup Ozone for the first time, so hang tight :hourglass_flowing_sand:

Expand All @@ -16,8 +16,8 @@ When ready Gitpod will launch the tab for OpenMRS 3.

Clone the repo
```bash
git clone https://github.com/ozone-his/ozone-docker
cd ozone-docker
git clone https://github.com/ozone-his/ozone-docker-compose
cd ozone-docker-compose
```

Build
Expand All @@ -37,8 +37,8 @@ source target/go-to-scripts-dir.sh

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

Build
Expand Down

0 comments on commit c9ffe46

Please sign in to comment.