From ef3b0e29683f8cb6f0b335bdf542a97b61e07d52 Mon Sep 17 00:00:00 2001 From: Antoine Ouvrard Date: Thu, 17 Dec 2020 14:04:56 +0100 Subject: [PATCH] ajoute les commandes pour modifier l'URL d'une room BBB --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7b26b4c..113e311 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,10 @@ https://docs.bigbluebutton.org/2.2/install.html#bbb-installsh ## Connexion LDAP utiliser le role `bbb-enable-ldap-LE` dans le fichier playbook_prod.yml pour votre machine + +## Modifier l'URL d'une room +``` sh +docker exec -it greenlight-v2 bash +bundle exec rails c +Room.find_by(uid: "CURRENT_ROOM_ID").update_attribute(:uid, "NEW_CUSTOM_ID") +``` \ No newline at end of file