Dies ist eine alte Version des Dokuments!


Server bestellen

Im der Adminoberfläche Ubuntu 16.05 LTS installieren lassen

Beim Provider der Homepage den A-Recoder von bbb.sffi.eu auf die IP-Adresse des Servers umleiten.

Testen ob der Server funktioniert.
Der erste Server den mit Strato bereitgestellt hat war defekt. Man konnte sich via SSH einloggen, aber beim ersten aufrufen von apt-get blieb er hängen. Die Hardwäreprüfung ergab einen Defekt.
Das hätte der provider auch selber machen können bevor er ihn an mich übergeben hat!

Im Folgenden die Befehle die ich via SSH ausgeführt habe.

Wem das zu hoch ist, der sollte es auch nicht Versuchen.

Sollte es jemand wirklich lesen wollen, bei mir (kuma) fragen oder den Text der Seite „bearbeiten“ und dort mit Zeilenumbrüchen bewundern/ herunterladen. ###########################

passwd

######## ########

# nicht nötig, da Dedicated Server multivers haben! # Some hosting providers do not provide a complete /etc/apt/source.list. # If you are finding your are unable to install a package, try replacing your /etc/apt/sources.list with the following #————————— deb http://archive.ubuntu.com/ubuntu xenial main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu xenial-updates main restricted universe multiverse deb http://security.ubuntu.com/ubuntu xenial-security main restricted universe multiverse #—————————–

######## eine Runde update ########

apt-get update apt-get dist-upgrade

######## allgemeines ####### hostnamectl set-hostname bbb.sffi.eu ping bbb.sffi.eu

apt-get install nano # nano ist ein brauchbarer editor apt-get install haveged # mehr Entropie fuer verschluesseung

####### BBB installieren #######

wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh > bbb-install.sh chmod u+x bbb-install.sh

./bbb-install.sh -v xenial-220 -s bbb.sffi.eu -e kuma@liszkowski.de -g

bbb-conf –check

#bbb-conf –start

# apt-get install bbb-demo # apt-get remove bbb-demo

# bbb-conf –stop # bbb-conf –start

####### webhooks ####### Webhooks bringen nichts für den WürfelBot apt-get install bbb-webhooks

####### ####### greenlight user anlegen ####### #######

# Admin Anlegen # docker exec greenlight-v2 bundle exec rake user:create[„name“,„email“,„password“,„admin“] docker exec greenlight-v2 bundle exec rake user:create[„Kuma“,„kuma@sffi.eu“,„Wolf21jl“,„admin“]

# User ## optional # docker exec greenlight-v2 bundle exec rake user:create[„name“,„email“,„password“,„user“]

das geht dann als Admin auch innerhalb von Greenligth

####### ####### Firewall ####### ####### sudo apt-get install ufw sudo ufw default deny incoming sudo ufw default allow outgoing

sudo ufw allow ssh sudo ufw enable

ufw status verbose

ufw allow 22 # ssh ufw allow 80 # http ufw allow 433 # https ufw allow 1935 # bbb

ufw allow http ufw allow https ufw allow ssh ufw allow 1935 # bbb ufw allow 16384:32768/udp # bbb ufw enable ufw status verbose

####### ####### Defaults Configurieren ####### ####### Datei: /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties

# ——- änderungen ——- # Maximum file size for an uploaded presentation (default 30MB). # maxFileSizeUpload=30000000 maxFileSizeUpload=60000000

# End meeting if no user joined within # a period of time after meeting created. #meetingExpireIfNoUserJoinedInMinutes=5 meetingExpireIfNoUserJoinedInMinutes=150000

# Number of minutes to end meeting when # the last user left. #meetingExpireWhenLastUserLeftInMinutes=1 meetingExpireWhenLastUserLeftInMinutes=150000

# ——- änderungen ——-

bbb-conf –restart

https://bbb.sffi.eu/b/kum-v3m-pkd

########################################################################################

You can get help by passing the -h option.

$ wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s – -h Installer script for setting up a BigBlueButton 2.2 server.

This script also supports installation of a separate coturn (TURN) server on a separate server.

USAGE: bbb-install.sh [OPTIONS]

OPTIONS (install BigBlueButton):

-v <version> Install given version of BigBlueButton (e.g. 'xenial-220') (required)

-s <hostname> Configure server with <hostname> -e <email> Email for Let's Encrypt certbot -x Use Let's Encrypt certbot with manual dns challenges -a Install BBB API demos -g Install GreenLight

-c <hostname>:<secret> Configure with coturn server at <hostname> using <secret>

-p <host> Use apt-get proxy at <host>

-r <host> Use alternative apt repository (such as packages-eu.bigbluebutton.org) -d Skip SSL certificates request (use provided certificates from mounted volume)

-h Print help

OPTIONS (install coturn):

-c <hostname>:<secret> Configure coturn with <hostname> and <secret> (required) -e <email> Email for Let's Encrypt certbot (required)

EXAMPLES

Setup a BigBlueButton server

./bbb-install.sh -v xenial-220 ./bbb-install.sh -v xenial-220 -s bbb.example.com -e info@example.com ./bbb-install.sh -v xenial-220 -s bbb.example.com -e info@example.com -g ./bbb-install.sh -v xenial-220 -s bbb.example.com -e info@example.com -g -c turn.example.com:1234324

Setup a coturn server

./bbb-install.sh -c turn.example.com:1234324 -e info@example.com

SUPPORT: Source: https://github.com/bigbluebutton/bbb-install Community: https://bigbluebutton.org/support

########################################################################################

Strato & Docker & ubuntu 16.x ist eine schlechte Kombination ⇒ KEIN greenlight ⇐

https://groups.google.com/forum/#!topic/bigbluebutton-setup/MC--VkPMW9Y

bbb/bbbinstallmitschrift.1588510460.txt.gz · Zuletzt geändert: 07.01.2021 10:54 (Externe Bearbeitung)
Warning: Undefined variable $conf in /customers/b/d/4/sffi.eu/httpd.www/www/lib/tpl/SFFI-Style_4/footer.html on line 13 Warning: Trying to access array offset on value of type null in /customers/b/d/4/sffi.eu/httpd.www/www/lib/tpl/SFFI-Style_4/footer.html on line 13 Warning: Trying to access array offset on value of type null in /customers/b/d/4/sffi.eu/httpd.www/www/lib/tpl/SFFI-Style_4/footer.html on line 13
Impressum Datenschutzerklärung Recent changes RSS feed Donate Driven by DokuWiki Warning: Undefined variable $conf in /customers/b/d/4/sffi.eu/httpd.www/www/lib/tpl/SFFI-Style_4/footer.html on line 33 Warning: Trying to access array offset on value of type null in /customers/b/d/4/sffi.eu/httpd.www/www/lib/tpl/SFFI-Style_4/footer.html on line 33