Skip to content

Commit

Permalink
OZ-196: Fix Gitpod instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuisson committed Dec 15, 2023
1 parent 48467d3 commit f943d63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tasks:
- name: Run Ozone FOSS
init: mvn clean package
command: cd target && source ./go-to-scripts-dir.sh && ./start-demo.sh
command: source target/go-to-scripts-dir.sh && ./start-demo.sh
ports:
- name: OpenMRS
description: OpenMRS 3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ When ready Gitpod will launch the tab for OpenMRS 3.
```bash
git clone https://github.com/ozone-his/ozone-distro
mvn clean package
cd target/ && source ./go-to-scripts-dir.sh && ./start-demo.sh

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

Access each Ozone FOSS components at the following URL:
Expand Down

0 comments on commit f943d63

Please sign in to comment.