Versions Compared

Key

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

Nodebb Setup

To setup nodebb we have to fallow the below steps

go to nodebb folder and the execute the commands

Code Block
./nodebb setup
./nodebb start

Install nodebb plugins

To install required nodebb plugins using npm

we are using below plugin

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.g

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.

Code Block
command:
nodebb activate nodebb-plugin-plugin-name

Example: 
nodebb activate nodebb-plugin-write-api

List of environment

Issues:


1. SbCategory schema creation having issue in staging

2. Schema creation (sbCategory) for multiple hosts, ports(clustered db)