Go to file
2020-03-30 21:36:32 +02:00
examples/nginx Add example nginx configuration. 2020-03-29 15:53:19 +02:00
.gitignore Move some comments from README file to installation script 'bbb-post-install.sh'. 2020-03-29 15:41:26 +02:00
bbb-greenlight-install.sh bbb-greenlight-install.sh: some minor changes. 2020-03-30 21:36:32 +02:00
bbb-post-install.sh Move some comments from README file to installation script 'bbb-post-install.sh'. 2020-03-29 15:41:26 +02:00
bbb-pre-install.sh bbb-pre-install.sh: install mongodb and curl.. 2020-03-28 01:24:02 +01:00
README.install Move some comments from README file to installation script 'bbb-post-install.sh'. 2020-03-29 15:41:26 +02:00

# ===================
#
# 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