Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OZ-573: Run Ozone FOSS with SSO enabled on Gitpod #108

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
OZ-573: Run Ozone FOSS with SSO enabled on Gitpod
  • Loading branch information
corneliouzbett committed Dec 18, 2024
commit ebdcbbc693a2c9bacdcae42252a6f77ed1568395
5 changes: 1 addition & 4 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -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
@@ -11,9 +11,6 @@ ports:
- name: Odoo
description: Odoo
port: 8069
- name: Superset
description: Superset
port: 8088
- name: SENAITE
description: SENAITE
port: 8081