Skip to content
tehreem-sadat edited this page May 27, 2019 · 22 revisions

Overview

It's a Django plugin available for Open Edx to use NodeBB discussion forum as its own discussion app. It keeps Open EdX synchronized with NodeBB to keep the discussion experience seamless.

Whenever a new user is created on edx side, the same user is created on NodeBB side and the same goes for the courses i.e. whenever a new course is created a new category is created on NodeBB side and privileges are managed using NodeBB groups.

This plugin works with the coordination of another plugin named nodebb-plugin-openedx-discussion which is installed at NodeBB side to complete all the workflow.

Pre-requisites

  • Running openedx instnace
  • Running NodeBB instance

Contributors

Clone this wiki locally