User Tools

Site Tools


computing:nmbbb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
computing:nmbbb [2022/07/16 06:36] oemb1905computing:nmbbb [2022/11/12 04:40] oemb1905
Line 19: Line 19:
 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 [[https://docs.bigbluebutton.org/2.3/install.html#Install_|BBB documentation/install website]]: 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 [[https://docs.bigbluebutton.org/2.3/install.html#Install_|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+  wget -qO- https://ubuntu.bigbluebutton.org/bbb-install-2.5.sh | bash -s -- -v focal-250 -s bbb.example.com -e notice@example.com  -a -w
      
-After this completed, I checked for errors and as directed ran ''sudo bbb-conf --check'' It's not time to debug BBB yet, as Greenlight, which manages users and accounts, etc., is not even configured yet.  however, it is time to debug failures on the install script, and one part that always fails for me is the Let's Encrypt portion.  I just ignore it, however, and then run the following commands manually:+Since my data center does not support ipv6, I needed to disable this. I am working with Brown Rice to make ipv6 a reality, but all in good time. BBB ipv6 [[https://docs.bigbluebutton.org/support/troubleshooting.html#freeswitch-fails-to-bind-to-port-8021|disable resource]]. 
 + 
 +  sudo nano /opt/freeswitch/etc/freeswitch/autoload_configs/event_socket.conf.xml 
 +  <param name="listen-ip" value="127.0.0.1"/> 
 +  sudo mv /opt/freeswitch/etc/freeswitch/sip_profiles/internal-ipv6.xml /opt/freeswitch/etc/freeswitch/sip_profiles/internal-ipv6.xml_ 
 +  sudo mv /opt/freeswitch/etc/freeswitch/sip_profiles/external-ipv6.xml /opt/freeswitch/etc/freeswitch/sip_profiles/external-ipv6.xml_ 
 +   
 +After this completed, I checked for errors and as directed ran ''sudo bbb-conf --check'' It's not time to debug BBB yet, as Greenlight, which manages users and accounts, etc., is not even configured yet.  however, it is time to debug failures on the install script, and one pcopart that always fails for me is the Let's Encrypt portion.  I just ignore it, however, and then run the following commands manually:
  
   sudo apt install letsencrypt python-certbot-nginx   sudo apt install letsencrypt python-certbot-nginx
computing/nmbbb.txt · Last modified: 2022/11/12 05:23 by oemb1905