From 65fe0ab233249dc421470688767e1fe7814129eb Mon Sep 17 00:00:00 2001 From: Pierre Kunzli <pkunzli@protonmail.com> Date: Tue, 20 Oct 2020 17:24:24 +0200 Subject: [PATCH] added some doc about bbb --- BigBlueButton/README.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/BigBlueButton/README.md b/BigBlueButton/README.md index ebaf94e..6a98bf0 100644 --- a/BigBlueButton/README.md +++ b/BigBlueButton/README.md @@ -1,3 +1,34 @@ # BigBlueButton -Blah blah... +## Installations + + - bbb.hepia-isc.ch : Ubuntu 16.04, bbb 2.2 + +### Procédures + +## Redémarrage + +Après redémarrage, relancer `greenlight` avec la commande suivante depuis le répertoire `/root/greenlight` : + +``` +docker-compose up -d +``` + + +Pour redémarrer bbb : + +``` +sudo bbb-conf --restart +``` + + +## Changement de nom de domaine + +``` +sudo bbb-conf --setip nouveau.domaine.org +sudo certbot --webroot -w /var/www/bigbluebutton-default/ -d nouveau.domaine.org certonly +``` + +Mettre à jour les noms de domaine dans `/etc/nginx/sites-available/bigbluebutton` et `/root/greenlight/.env`. + + -- GitLab