Skip to content

Instantly share code, notes, and snippets.

@anhphamt
Last active June 25, 2018 16:13
Show Gist options
  • Save anhphamt/8952b0e1a6a2973ef2ba168bdf1e1ec1 to your computer and use it in GitHub Desktop.
Save anhphamt/8952b0e1a6a2973ef2ba168bdf1e1ec1 to your computer and use it in GitHub Desktop.
BigBlueButton useful commands

Install BBB script

wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v xenial-200 -s bbb.got.edu.vn -e [email protected]

Setup BBB-HTML5

http://docs.bigbluebutton.org/html/html5-dev.html#setup-of-the-development-environment

Install Meteor, MongoDB and nodejs

http://docs.bigbluebutton.org/html/html5-install.html#1-install-mongdb-and-nodejs

Enable MongoDB service

Sometimes we cannot start the mongodb, try to enable mongodb service

sudo systemctl enable mongodb.service

Restart BBB HTML5

sudo systemctl restart bbb-html5.service

In Production, we should remove BBB Demo API

sudo apt-get purge bbb-demo

BBB Security

bbb-conf --secret
/var/lib/tomcat7/webapps/bigbluebutton/WEB-INF/classes
bbb-conf --setsecret <new_shared_secret>

You should restart BBB After set new secret

sudo bbb-conf --restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment