This repository was archived by the owner on Dec 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Redwood release changes (#51)
- Loading branch information
1 parent
105f415
commit 1f93875
Showing
2 changed files
with
64 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,47 @@ | ||
# Open edX release demo platform CD | ||
|
||
This repo holds the continuous deployment (CD) scripts to deploy the Open edX release demo platforms. As of October 11th 2023 it is used to deploy and configure a test instance of the Quince release. | ||
This repo holds the continuous deployment (CD) scripts to deploy the Open edX release demo platforms. As of May 9, 2024, it is used to deploy and configure a test instance of the Redwood release. | ||
|
||
⚠ THIS REPO IS NOT FOR PUBLIC CONSUMPTION ⚠ It is only used to deploy and configure a test instance for the [Build/Test/Release working group](https://discuss.openedx.org/c/working-groups/build-test-release/30). Detected issues should be reported to the working group. | ||
|
||
URLs: | ||
|
||
- LMS: https://quince.demo.edly.io | ||
- Studio: https://studio.quince.demo.edly.io | ||
- LMS: https://redwood.demo.edly.io | ||
- Studio: https://studio.redwood.demo.edly.io | ||
|
||
You may login with the following credentials: | ||
You may log in with the following credentials: | ||
|
||
- Student user: | ||
- username: student | ||
- email: [email protected] | ||
- password: student | ||
- username: student | ||
- email: [email protected] | ||
- password: student | ||
- Administrator user: | ||
- username: admin | ||
- email: [email protected] | ||
- password: admin | ||
- username: admin | ||
- email: [email protected] | ||
- password: admin | ||
|
||
The platform is reset weekly, every Monday at 7 am UTC. | ||
|
||
The [deployment script](https://github.com/overhangio/openedx-release-demo/blob/master/.github/workflows/deploy.yml) is included in this repository. If you are working on testing the latest release and you would like to modify this script, please do open a pull request. | ||
The [deployment script](https://github.com/overhangio/openedx-release-demo/blob/master/.github/workflows/deploy.yml) is included in this repository. If you are working on testing the latest release and you would like to modify this script, please open a pull request. | ||
|
||
The following plugins are enabled on the demo platform: | ||
|
||
- tutor-android ([PR](https://github.com/overhangio/tutor-android/pull/17) by @muhammadali286) The mobile all can be downloaded from https://mobile.quince.demo.edly.io/app.apk. | ||
- tutor-cairn ([PR](https://github.com/overhangio/tutor-cairn/pull/20/) by @FahadKhalid210) | ||
- tutor-contrib-codejail ([branch](https://github.com/eduNEXT/tutor-contrib-codejail/tree/quince) by @MaferMazu) | ||
- tutor-credentials ([PR](https://github.com/overhangio/tutor-credentials/pull/28) by @Talha-Rizwan) | ||
- tutor-discovery ([PR](https://github.com/overhangio/tutor-discovery/pull/50) by @ziafazal) | ||
- tutor-ecommerce ([PR](https://github.com/overhangio/tutor-ecommerce/pull/47) by @ziafazal) | ||
- tutor-forum ([PR](https://github.com/overhangio/tutor-forum/pull/28) by @ghassanmas) | ||
- tutor-indigo ([PR](https://github.com/overhangio/tutor-indigo/pull/51) by @hinakhadim) | ||
- tutor-mfe ([PR](https://github.com/overhangio/tutor-mfe/pull/156) by @regisb) | ||
- tutor-minio ([PR](https://github.com/overhangio/tutor-minio/pull/31) by @FahadKhalid210) | ||
- tutor-notes ([PR](https://github.com/overhangio/tutor-notes/pull/29) by @jfavellar90) | ||
- tutor-webui ([PR](https://github.com/overhangio/tutor-webui/pull/11) by @Abdul-Muqadim-Arbisoft) | ||
- tutor-xqueue ([PR](https://github.com/overhangio/tutor-xqueue/pull/25) by @jfavellar90) | ||
- tutor-jupyter ([PR](https://github.com/overhangio/tutor-jupyter/pull/4) by @mhsiddiqui). LTI passport is `jupyterhub:openedx:jupyter-lti-password`. | ||
|
||
If you are interested in upgrading these plugins to Quince, please submit a PR by following the regular [plugin upgrade instructions](https://discuss.overhang.io/t/how-to-upgrade-a-tutor-plugin/1488). | ||
- tutor-android (TBD) | ||
- tutor-cairn (TBD) | ||
- tutor-contrib-codejail (TBD) | ||
- tutor-credentials (TBD) | ||
- tutor-discovery (TBD) | ||
- tutor-ecommerce (TBD) | ||
- tutor-forum (TBD) | ||
- tutor-indigo ([PR](https://github.com/overhangio/tutor-indigo/pull/79) by @hinakhadim) | ||
- tutor-mfe ([PR](https://github.com/overhangio/tutor-mfe/pull/207) by @hinakhadim) | ||
- tutor-minio (TBD) | ||
- tutor-notes (TBD) | ||
- tutor-webui (TBD) | ||
- tutor-xqueue (TBD) | ||
- tutor-jupyter (TBD) | ||
|
||
If you are interested in upgrading these plugins to Redwood, please submit a PR by following the regular [plugin upgrade instructions](https://discuss.overhang.io/t/how-to-upgrade-a-tutor-plugin/1488). | ||
|
||
## Testing | ||
|
||
|
@@ -50,7 +50,7 @@ The deployment script can be tested with [act](https://github.com/nektos/act). D | |
# edit the resulting .secrets file | ||
cp .secrets.sample .secrets | ||
|
||
Note that multi-line strings are not supported in secrets files, so you should replace carriage returns by "\n". | ||
Note that multi-line strings are not supported in secrets files, so you should replace carriage returns with "\n". | ||
|
||
Then run:: | ||
|
||
|