Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 538 Bytes

File metadata and controls

24 lines (22 loc) · 538 Bytes

bbb-pads

BigBlueButton's pads manager

Instructions

At your BigBlueButton server, clone and install this app:

git clone https://github.com/bigbluebutton/bbb-pads.git
cd bbb-pads
npm install

Copy the settings' template file and replace ETHERPAD_API_KEY with your Etherpad's server API key Find the key at /usr/share/etherpad-lite/APIKEY.txt

cp config/settings.json.template config/settings.json

Stop the service if it's running:

sudo systemctl stop bbb-pads

Run the app:

npm start