wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v xenial-200 -s bbb.got.edu.vn -e [email protected]
http://docs.bigbluebutton.org/html/html5-dev.html#setup-of-the-development-environment
http://docs.bigbluebutton.org/html/html5-install.html#1-install-mongdb-and-nodejs
Sometimes we cannot start the mongodb, try to enable mongodb service
sudo systemctl enable mongodb.service
sudo systemctl restart bbb-html5.service
sudo apt-get purge bbb-demo
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