Skip to content

Instantly share code, notes, and snippets.

@Fenkiou
Fenkiou / install_bigbluebutton_ubuntu_14_04
Last active August 29, 2015 14:03
A procedure to install BigBlueButton on Ubuntu 14.04
sudo apt-get install language-pack-en
sudo update-locale LANG=en_US.UTF-8
wget http://ubuntu.bigbluebutton.org/bigbluebutton.asc -O- | sudo apt-key add -
echo "deb http://ubuntu.bigbluebutton.org/lucid_dev_081/ bigbluebutton-lucid main" | sudo tee /etc/apt/sources.list.d/bigbluebutton.list
echo "deb http://us.archive.ubuntu.com/ubuntu/ lucid multiverse" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get upgrade