BigBlueButton 0.71a em Debian Squeeze

De MochilaWiki
Revisão de 00h57min de 24 de outubro de 2013 por Banto Palmarino (discussão | contribs) (Criou página com '== ajustando sources.list == <source lang="bash"> echo "deb http://ftp.us.debian.org/debian squeeze main contrib non-free" > /etc/apt/sources.list echo "deb http://ftp.us.debi...')
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)
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 -e "deb http://ubuntu.bigbluebutton.org/lucid/ bigbluebutton-lucid main\ndeb http://ppa.launchpad.net/freeswitch-drivers/freeswitch-nightly-drivers/ubuntu lucid main" > /etc/apt/sources.list.d/bigbluebutton.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


bbb-conf --clean bbb-conf --check bbb-conf --setip wc.quijaua.me

bbb-conf --stop bbb-conf --start

bbb --watch

referencia