-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This plugin is about to change considerably in the way it is interfaced with Tutor/Open edX. From now on, the plugin will be managed by the FUN-MOOC team. In practical terms, it means that the following changes will occur: - On pypi the plugin will be moved to "tutor-contrib-richie". The existing plugin will be kept for backward compatibility but upgrades will be available only in the contrib package. Thus, end users should uninstall tutor-richie before installing tutor-contrib-richie. - The code repo will be moved from github.com/overhangio/tutor-richie to github.com/openfun/tutor-contrib-richie. - The "richie" plugin will be removed from the list of default plugins that ship with `pip install tutor[full]` and the tutor binary. The plugin should then be manually installed from pypi (see above).
- Loading branch information
Showing
7 changed files
with
16 additions
and
43 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
2 changes: 1 addition & 1 deletion
2
tutorrichie/patches/openedx-dockerfile-post-python-requirements
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,2 +1,2 @@ | ||
# Install Richie catalog integration app | ||
RUN pip install -e "git+https://github.com/overhangio/tutor-richie.git#egg=richie-edx-platform&subdirectory=contrib/edx-platform" | ||
RUN pip install -e "git+https://github.com/openfun/tutor-contrib-richie.git#egg=richie-edx-platform&subdirectory=contrib/edx-platform" |
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