# ===================
#
# Requirements:
#
#    - webserver nginx is installed
#    - lets encrypt certificates available for $FQDN_HOSTNAME
#
# ===================


# ---
# 1.) Run script bbb-pre-install.sh
# ---

/usr/local/src/bigbluebutton/bbb-pre-install.sh


# ---
# 2.) Install BigBlueButton
# ---

apt-get install bigbluebutton
apt-get install bbb-html5


# ---
# 3.) Optional: install Demo API
# ---

apt-get install bbb-demo


# ---
# 4.) Run script bbb-post-install.sh
# ---

/usr/local/src/bigbluebutton/bbb-post-install.sh


Description
No description provided
Readme 96 KiB
Languages
Shell 100%