Mudanças entre as edições de "BigBlueButton 0.71a em Debian Squeeze"

De MochilaWiki
Ir para navegaçãoIr para pesquisar
(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...')
 
Linha 28: Linha 28:
 
bbb-conf --stop
 
bbb-conf --stop
 
bbb-conf --start
 
bbb-conf --start
 +
bbb --watch
  
bbb --watch
 
 
== referencia ==
 
== referencia ==
 
* http://code.google.com/p/bigbluebutton/wiki/InstallationBigBlueButtonDebian
 
* http://code.google.com/p/bigbluebutton/wiki/InstallationBigBlueButtonDebian
 +
* [[Ajustes no DigitalOcean Debian Squeeze]]

Edição das 00h58min de 24 de outubro de 2013

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