Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

it

Nodebb Setup

Table of Contents
minLevel1
maxLevel7

...

Code Block
npm install https://github.com/Sunbird-Ed/nodebb-plugin-sunbird-oidc.git
npm install https://github.com/Sunbird-Ed/nodebb-plugin-sunbird-api.git
npm install https://github.com/Sunbird-Ed/nodebb-plugin-sunbird-telemetry.git
npm install https://github.com/Sunbird-Ed/nodebb-plugin-azure-storage.git
npm install https://github.com/NodeBB/nodebb-plugin-write-api.ggit

Activate Plugins

After installing the plugins, we can able to see those plugins in nodebb application but all are in inactive state. To activate the plugins we can use the below command.

...