BigBlueButton installation in ubuntu 16.04

BigBlueButton installation in ubuntu 16.04 

sudo apt list --installed 

output:-

DISTRIB_ID=Ubuntu

DISTRIB_RELEASE=16.04

DISTRIB_CODENAME=xenial

DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS"

sudo bbb-conf --check

output-

cat /etc/lsb-release

wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v xenial-22 -s bbb.example.com -e info@example.com -w -a

output:-

bigbluebutton installed 

Comments

Popular posts from this blog

simple inventory management system using Google Apps Script

sales forecasting ML model in retail using the Prophet algorithm from the Facebook Prophet library

static file does not load in nginx on ubuntu server