Skip to content

Commit

Permalink
OZ-573: Run Ozone FOSS with SSO enabled on Gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett committed Dec 18, 2024
1 parent 6f9f009 commit ebdcbbc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ tasks:
- name: Run Ozone FOSS
before: sudo apt-get update && sudo apt-get install -y gettext-base && sudo rm -rf /var/lib/apt/lists/*
init: scripts/mvnw clean package
command: source target/go-to-scripts-dir.sh && ./start-demo.sh
command: source target/go-to-scripts-dir.sh && ./start-demo-with-sso.sh
ports:
- name: OpenMRS
description: OpenMRS 3
Expand All @@ -11,9 +11,6 @@ ports:
- name: Odoo
description: Odoo
port: 8069
- name: Superset
description: Superset
port: 8088
- name: SENAITE
description: SENAITE
port: 8081

0 comments on commit ebdcbbc

Please sign in to comment.