You are on page 1of 2

Wordpress entegrasyon için eklenti : https://wordpress.

org/plugins/video-conferencing-with-bbb/

Minumum Özellikler

 Fresh server with Ubuntu 20.04 LTS


 Latest docker version
 Minimum of 8GB ram, 16GB (Recommended)
 8 CPU cores
 50GB of space (with no recording enabled)
 TCP ports 80 and 443
 UDP ports 16384 – 32768
 IPV4 and IPV6 address

Kaynak Siteler

https://github.com/bigbluebutton/bbb-install

https://najigram.com/2023/05/install-bigbluebutton-and-integrate-it-with-rocket-chat/

Öncelikle gereksinimleri yüklüyoruz:

apt install nginx vim

Docker'ın en son sürümünü yüklemek için aşağıdaki komutu yürütün:

curl -fsSL get.docker.com | sudo sh

Greenlight ile beraber bigbluebutton yükle ( Burada mail ve hostname kendinize göre düzeltiniz.)

wget -qO- https://raw.githubusercontent.com/bigbluebutton/bbb-install/v2.7.x-


release/bbb-install.sh | bash -s -- -w -v focal-270 -s bbbdemo.hostgrup.com -e
info@kamueposta.com -g

Kurulum doğru ise big blue button çalışıyormu kontrol et

bbb-conf -status

nginx —————————————————► [✔ - active]

freeswitch ————————————► [✔ - active]


redis-server ——————————► [✔ - active]

bbb-apps-akka —————————► [✔ - active]

bbb-fsesl-akka ————————► [✔ - active]

mongod ————————————————► [✔ - active]

bbb-html5 —————————————► [✔ - active]

bbb-webrtc-sfu ————————► [✔ - active]

kurento-media-server ——► [✔ - active]

bbb-html5-backend@1 ———► [✔ - active]

bbb-html5-backend@2 ———► [✔ - active]

bbb-html5-frontend@1 ——► [✔ - active]

bbb-html5-frontend@2 ——► [✔ - active]

etherpad ——————————————► [✔ - active]

bbb-web ———————————————► [✔ - active]

bbb-pads ——————————————► [✔ - active]

bbb-export-annotations ► [✔ - active]

bbb-rap-caption-inbox —► [✔ - active]

bbb-rap-resque-worker —► [✔ - active]

bbb-rap-starter ———————► [✔ - active]

Greenlight ile admin hesabını oluştur


docker exec -it greenlight-v3 bundle exec rake
admin:create['name','email','password'] (şifreyi belirlerken
Server053** gibi güçlü belirleyin)

You might also like