User Tools

Site Tools


computing:nmbbb

This is an old revision of the document!



  • nmbbb
  • Jonathan Haack
  • Haack's Networking
  • netcmnd@jonathanhaack.com

nmbbb


This tutorial is for folks who have a need for a Big Blue Button instance. In my case, I am a teacher and I need a reliable digital instructional platform that is also full of features … and floss. BBB is the only choice for these requirements. Moreover, it also helps with a specific thinking routine I developed, called Inquirer Presenter Scribe. The platform and the approach together provide a rich opportunity for mathematical seminar and other forms of pedagogy. This service will, furthermore, be available to all New Mexico educators for free - schedule details will be released when/if the project reaches full maturity, which we hope it will. This will be the official wiki for documentation of configs, setup, etc. The status page and client functionality update site is located here at my business website which oversees the project. Alright, more later folks.


Step #1

Okay, so I installed a clean Ubuntu 18.04.6 on a VM with 8 processors and 16GB RAM. I used the install script found at the BBB documentation/install website:

wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v bionic-230 -s bbb.example.com -e notice@example.com  -a -w
mkdir ~/greenlight
cd ~/greenlight

If you lock yourself out of admin account after a vanilla install.

docker exec -it greenlight-v2 bash
bundle exec rails c
User.find_by(email: "<email of user to reset>").update_attribute(:password,"<new password>")

oemb1905 2021/04/30 15:02

computing/nmbbb.1635564649.txt.gz · Last modified: 2021/10/30 03:30 by oemb1905