From 8b7cdf25160aa7b8cbe297ad7742c432571539f7 Mon Sep 17 00:00:00 2001 From: Ghassan Maslamani Date: Mon, 30 Oct 2023 10:40:30 +0100 Subject: [PATCH] feat: add/enable forum plugin --- .github/workflows/deploy.yml | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f47cb93..cf1a65b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/README.md b/README.md index 52d8292..a16482c 100644 --- a/README.md +++ b/README.md @@ -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)