Skip to content

Commit

Permalink
feat: enable forum plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ghassanmas authored Apr 26, 2023
1 parent cbe236a commit f4cb807
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
pip install --user --upgrade --src=~/apps/openedx/src --editable git+https://github.com/overhangio/tutor-mfe.git@$VERSION#egg=tutor-mfe
# pip install --user --upgrade --src=~/apps/openedx/src --editable git+https://github.com/overhangio/tutor-indigo.git@$VERSION#egg=tutor-indigo
# 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/overhangio/tutor-forum.git@$VERSION#egg=tutor-forum
pip install --user --upgrade --src=~/apps/openedx/src --editable git+https://github.com/overhangio/tutor-forum.git@$VERSION#egg=tutor-forum
# pip install --user --upgrade --src=~/apps/openedx/src --editable git+https://github.com/overhangio/tutor-notes.git@$VERSION#egg=tutor-notes
# 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-discovery.git@$VERSION#egg=tutor-discovery
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
# Configure
- name: Enable plugins
# missing plugins: indigo android forum notes codejail discovery ecommerce xqueue
run: $SSH "$TUTOR plugins enable mfe"
run: $SSH "$TUTOR plugins enable mfe forum"
- name: Configure tutor settings
run: |
$SSH "#! /bin/bash -e
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ The [deployment script](https://github.com/overhangio/openedx-release-demo/blob/
The following plugins are enabled on the demo platform:

- tutor-mfe ([PR](https://github.com/overhangio/tutor-mfe/pull/120) by @regisb)
- tutor-forum ([PR])(https://github.com/overhangio/tutor-forum/pull/22 by @ghassanmas)

The following plugins have not been installed, yet:

- tutor-minio
- tutor-indigo
- tutor-android
- tutor-forum
- tutor-notes
- tutor-xqueue
- tutor-contrib-codejail
Expand Down

0 comments on commit f4cb807

Please sign in to comment.