BigBlueButton 0.71a em Debian Squeeze

De MochilaWiki
Ir para navegaçãoIr para pesquisar

ajustando sources.list

echo "deb http://ftp.us.debian.org/debian squeeze main contrib non-free" > /etc/apt/sources.list
echo "deb http://ftp.us.debian.org/debian squeeze-updates main contrib non-free" >> /etc/apt/sources.list
echo "deb http://security.debian.org/ squeeze/updates main contrib non-free" >> /etc/apt/sources.list
echo "deb http://ubuntu.bigbluebutton.org/lucid/ bigbluebutton-lucid main" >> /etc/apt/sources.list
echo "deb http://ppa.launchpad.net/freeswitch-drivers/freeswitch-nightly-drivers/ubuntu lucid main" >> /etc/apt/sources.list
wget http://ubuntu.bigbluebutton.org/bigbluebutton.asc -O- | apt-key add -
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 451AE93C
apt-get update
apt-get upgrade

instalando

apt-get install sudo locales-all libgmp3c2
wget http://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
mkdir -p /var/www/nginx-default/
touch /var/www/nginx-default/50x.html
apt-get install bbb-freeswitch-config bigbluebutton

comandos

  • bbb-conf --clean (zera as informações)
  • bbb-conf --check (mostra informações)
  • bbb-conf --setip wc.quijaua.me
  • bbb-conf --stop (pára os serviços)
  • bbb-conf --start (inicia os serviços)
  • bbb-conf --restart (reinicia os serviços)
  • bbb --watch (mostra consumos e log)

referencia