https://github.com/bigbluebutton/bbb-pads
BigBlueButton's pads manager
https://github.com/bigbluebutton/bbb-pads
Last synced: 4 months ago
JSON representation
BigBlueButton's pads manager
- Host: GitHub
- URL: https://github.com/bigbluebutton/bbb-pads
- Owner: bigbluebutton
- License: lgpl-3.0
- Created: 2021-10-05T20:21:46.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2026-01-27T11:49:53.000Z (4 months ago)
- Last Synced: 2026-01-27T23:37:38.291Z (4 months ago)
- Language: JavaScript
- Size: 732 KB
- Stars: 2
- Watchers: 10
- Forks: 15
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bbb-pads
BigBlueButton's pads manager
## Instructions
At your BigBlueButton server, clone and install this app:
```bash
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`
```bash
cp config/settings.json.template config/settings.json
```
Stop the service if it's running:
```bash
sudo systemctl stop bbb-pads
```
Run the app:
```bash
npm start
```