User Tools

Site Tools


сервис_bbb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
сервис_bbb [2024/02/13 20:25]
val
сервис_bbb [2024/02/14 14:20]
val
Line 1: Line 1:
 ====== Сервис BBB ====== ====== Сервис BBB ======
  
-  * [[https://​github.com/​bigbluebutton/​bbb-install]] 
-  * [[https://​github.com/​bigbluebutton/​bbb-install/​blob/​master/​bbb-install.sh]] 
  
-  * [[https://​docs.bigbluebutton.org/​greenlight/​gl-admin.html|Greenlight Admin]] 
-  * [[https://​docs.bigbluebutton.org/​greenlight/​gl-config.html|Greenlight Config]] 
  
-  * [[https://​github.com/​bigbluebutton/​bigbluebutton.github.io/issues/287|Missing documentation for OpenID Connect #287]]+  ​* [[https://​bigbluebutton.ru/​kak-administrirovat-server.html|Как администрировать сервер BigBlueButton]] 
 + 
 +===== Установка и запуск ===== 
 + 
 +  ​* [[https://​github.com/​bigbluebutton/​bbb-install/​blob/​master/​bbb-install.sh]] 
 +  * [[https://​docs.bigbluebutton.org/​greenlight/​v3/install/|Install Greenlight v3]]
  
   * [[Пакет OpenSSL#​Импорт сертификата центра сертификации]]   * [[Пакет OpenSSL#​Импорт сертификата центра сертификации]]
  
 <​code>​ <​code>​
-   ​85  ​mkdir -p /​local/​certs/​ +mkdir -p /​local/​certs/​
-   ​86 ​ cat wild.crt ca.crt > /​local/​certs/​fullchain.pem +
-   ​87 ​ cp wild.key /​local/​certs/​privkey.pem +
-   ​88 ​ wget -qO- https://​raw.githubusercontent.com/​bigbluebutton/​bbb-install/​v2.7.x-release/​bbb-install.sh | bash -s -- -v focal-270 -s webinar.corp13.un -d+
  
 +cat wild.crt ca.crt > /​local/​certs/​fullchain.pem
 +
 +cp wild.key /​local/​certs/​privkey.pem
 +
 +wget -qO- https://​raw.githubusercontent.com/​bigbluebutton/​bbb-install/​v2.7.x-release/​bbb-install.sh | bash -s -- -v focal-270 -s webinar.corp13.un -d -g #-k
 </​code>​ </​code>​
 +
 +===== Интеграция с Keycloak =====
 +
 +<​code>​
 +root@webinar.corp13.un:​~/​greenlight-v3#​ docker-compose down
 +
 +root@webinar.corp13.un:​~/​greenlight-v3#​ cat .env
 +
 +OPENID_CONNECT_CLIENT_ID=any-client
 +OPENID_CONNECT_CLIENT_SECRET=anystring
 +OPENID_CONNECT_ISSUER=https://​keycloak.corp13.un/​realms/​corp13
 +OPENID_CONNECT_REDIRECT=https://​webinar.corp13.un/​
 +
 +root@webinar.corp13.un:​~/​greenlight-v3#​ docker-compose up -d
 +</​code>​
 +
 +  * [[https://​github.com/​bigbluebutton/​bigbluebutton/​issues/​7985|certificate verify failed #7985]]
 +  * [[https://​github.com/​bigbluebutton/​greenlight/​issues/​1305|BigBlueButton Endpoint and Secret]]
 +  * [[Технология Docker#​Копирование файлов и подключение к контейнеру]]
сервис_bbb.txt · Last modified: 2024/02/17 21:04 by val