Forum plugin for Tutor
This plugin adds discussion forums to your Open edX platform, such that students can have conversations about the courses they are following right in your LMS.

Installation
pip install tutor-forum
Usage
tutor plugins enable forum tutor local quickstart
Configuration
- FORUM_DOCKER_IMAGE (default: ""{{ DOCKER_REGISTRY }}overhangio/openedx-forum:{{ FORUM_VERSION }}")
- FORUM_MONGODB_DATABASE (default: "cs_comments_service")
- FORUM_PORT (default: "4567"")
- FORUM_API_KEY (default: "forumapikey")
License
This software is licensed under the terms of the AGPLv3.