Skip to content
Muhammad Umar Khan edited this page Apr 12, 2019 · 22 revisions

Overview

It's a Django plugin available for openedx to use NodeBB as its own discussion app. It keeps edx sync with NodeBB to keep the discussion flow smooth. Whenever a new user is created on edx side, the same user is created on NodeBB side and the same goes for the courses as whenever a new course is created a new category is created on NodeBB side and to manage privileges it uses groups of NodeBB. This plugin works in with the coordination of another plugin named nodebb-plugin-openedx-discussion which is installed on NodeBB side to complete all the workflow.

Pre-requisites

  • Running openedx instnace
  • Running NodeBB instance

Contributors

Clone this wiki locally