Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

feat: add/enable forum plugin #33

Merged
merged 1 commit into from
Oct 30, 2023
Merged
Changes from all commits
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
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -39,6 +39,7 @@ jobs:
$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-mfe.git@$VERSION#egg=tutor-mfe
pip install --user --upgrade --src=~/apps/openedx/src --editable git+https://github.com/overhangio/tutor-forum.git@$VERSION#egg=tutor-forum
"
# Backup
- name: Backup data
@@ -83,7 +84,7 @@ jobs:
# Configure
- name: Enable plugins
# missing plugins: none
run: $SSH "$TUTOR plugins enable mfe"
run: $SSH "$TUTOR plugins enable mfe forum"
- name: Configure tutor settings
run: |
$SSH "#! /bin/bash -e
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -27,6 +27,7 @@ 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/156) by @regisb)
- tutor-forum ([PR](https://github.com/overhangio/tutor-forum/pull/28) by @ghassanmas)

The following plugins have not been installed, yet:

@@ -35,7 +36,6 @@ The following plugins have not been installed, yet:
- [tutor-credentials](https://github.com/overhangio/tutor-credentials)
- [tutor-discovery](https://github.com/overhangio/tutor-discovery)
- [tutor-ecommerce](https://github.com/overhangio/tutor-ecommerce)
- [tutor-forum](https://github.com/overhangio/tutor-forum)
- [tutor-indigo](https://github.com/overhangio/tutor-indigo)
- [tutor-minio](https://github.com/overhangio/tutor-minio)
- [tutor-notes](https://github.com/overhangio/tutor-notes)