Upgrade documentations..

This commit is contained in:
2020-04-29 20:34:38 +02:00
parent a09d267dec
commit 599cdefb02
3 changed files with 107 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# ===================
#
# see:
# - https://docs.bigbluebutton.org/2.2/install.html
# - https://bigbluebutton.org/html5/
#
# Requirements:
#
# - webserver nginx is installed
@ -8,6 +12,26 @@
# ===================
# ---
# 0.) Requirements
# ---
# Install Nginx Webserver
#
cd /usr/local/src/nginx
./install_nginx.sh
# Install update mechanism for lets encrypt certificates
#
cd /usr/local/src/dehydrated-cron
./install_dehydrated.sh
# Create certificate(s)
#
vim /var/lib/dehydrated/domains.txt
/var/lib/dehydrated/cron/dehydrated_cron.sh
# ---
# 1.) Run script bbb-pre-install.sh
# ---
@ -26,8 +50,15 @@ apt-get install bigbluebutton
# SSL Protocls
# --
if [[ ! -f "/etc/nginx/sites-available/bigbluebutton.ORIG" ]] ; then
cp -a /etc/nginx/sites-available/bigbluebutton /etc/nginx/sites-available/bigbluebutton.ORIG
fi
vim /etc/nginx/sites-enabled/bigbluebutton
systemctl restart nginx
apt-get update
apt-get upgrade
apt-get install bbb-html5
@ -52,6 +83,10 @@ apt-get install bbb-demo
/usr/local/src/bigbluebutton/bbb-greenlight-install.sh
# --
# Installation finished
# --
# =====================================================================================
1. Install Docker on Ubuntu.