Instalando BigBlueButton en Debian Squeeze

linux Varios

Tení­a pendiente instalar el bigBlueButton sobre Debian…. aquí­ está la guia.
Primero, hemos de añadir los repositorios de ubuntu:

# wget https://ubuntu.bigbluebutton.org/bigbluebutton.asc -O- | apt-key add -
# wget https://archive.bigbluebutton.org/bigbluebutton.asc
# sudo apt-key add bigbluebutton.asc
# echo "deb https://ubuntu.bigbluebutton.org/lucid/ bigbluebutton-lucid main"
| sudo tee /etc/apt/sources.list.d/bigbluebutton.list
# echo "deb https://us.archive.ubuntu.com/ubuntu/ lucid multiverse"
| sudo tee -a /etc/apt/sources.list
# apt-get update

Añadimos la gestión de usuarios:

aptitude install sudo

Y más cosillas

#aptitude install libgmp3c2
# cd /usr/src
# wget https://ubuntu.mirror.cambrium.nl/ubuntu//pool/main/m/mpfr/libmpfr1ldbl_2.4.2-3ubuntu1_amd64.deb
# dpkg -i libmpfr1ldbl_2.4.2-3ubuntu1_amd64.deb

y preparamos para nginx:

mkdir -p /var/www/nginx-default/
touch /var/www/nginx-default/50x.html

Ahora instalamos BigBlueButton con asterisk:

aptitude install bbb-voice-conference bbb-client bigbluebutton

Esperamos un rato y acabamos…

bbb-conf --clean
bbb-conf --check
bbb-conf --setip tu.ip.bbb.es

Enjoy your BBB

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *