From 1305228df5303efe4d4795b78ccdc52fbb676d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Sat, 9 Dec 2023 22:41:40 +0100 Subject: [PATCH] feat: enable android plugin --- .github/workflows/deploy.yml | 3 ++- README.md | 5 +---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7cb87f8..c153422 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,6 +38,7 @@ jobs: run: | $SSH "#! /bin/bash -e pip install --user --upgrade --src=~/apps/openedx/src --editable git+https://github.com/overhangio/tutor.git@$VERSION#egg=tutor + pip install --user --upgrade --src=~/apps/openedx/src --editable git+https://github.com/overhangio/tutor-android.git@$VERSION#egg=tutor-android pip install --user --upgrade --src=~/apps/openedx/src --editable git+https://github.com/eduNEXT/tutor-contrib-codejail.git@$VERSION#egg=tutor-contrib-codejail pip install --user --upgrade --src=~/apps/openedx/src --editable git+https://github.com/overhangio/tutor-cairn.git@$VERSION#egg=tutor-cairn pip install --user --upgrade --src=~/apps/openedx/src --editable git+https://github.com/overhangio/tutor-credentials.git@$VERSION#egg=tutor-credentials @@ -95,7 +96,7 @@ jobs: # Configure - name: Enable plugins # missing plugins: none - run: $SSH "$TUTOR plugins enable cairn codejail discovery credentials forum indigo mfe minio notes webui xqueue jupyter" + run: $SSH "$TUTOR plugins enable android cairn codejail discovery credentials forum indigo mfe minio notes webui xqueue jupyter" - name: Configure tutor settings run: | $SSH "#! /bin/bash -e diff --git a/README.md b/README.md index 1f4861a..0a7b9d0 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ The [deployment script](https://github.com/overhangio/openedx-release-demo/blob/ 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) @@ -40,10 +41,6 @@ The following plugins are enabled on the demo platform: - 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`. -The following plugins have not been installed, yet: - -- [tutor-android](https://github.com/overhangio/tutor-android) - 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). ## Testing