System Environment: Ubuntu system 10.04.4 (64) bits installed on XenCenter ---- & gt; specifically, it must be a system of version 10.04.4-I did not configure the network address during system installation, however, the host name and management user and password ------- ubuntu network Address Configuration --- 1. Open the/etc/network/interfaces file of Ubuntu. The default content is as follows: autolo
System Environment:
Ubuntu system 10.04.4 (64) Bit installed on XenCenter ---->Specifically, it must be a system of version 10.04.4.
---- I did not configure the network address during system installation, but I configured the Host Name and management user and password ----
--- Ubuntu Network Address Configuration ---
1. Open the/etc/network/interfaces file of Ubuntu. The default content is as follows:
Auto lo
Iface lo inet loopback
2. Add the address eth0 of a NIC
$ Vi/etc/network/interfaces
Auto lo
Iface lo inet loopback
Auto eth0
Iface eth0 inet static
Address 192.168.1.196
Netmask 255.255.255.0
Network 192.168.1.0
Broadcast 192.168.1.255
Gateway 192.168.1.1
$ Sudo/etc/init. d/networking restart
$ Ifconfig
3. Configure the DNS server address. A maximum of three DNS servers can be used.
Nameserver 127.0.0.1
Nameserver 192.168.1.2
Nameserver 192.168.1.3
====================================== Start a BigBlueButton tour ========== ============================================
1. Update the system:
$ Cat/etc/lsb-release
DISTRIB_ID = Ubuntu DISTRIB_RELEASE = 10.04 DISTRIB_CODENAME = lucid
DISTRIB_DESCRIPTION = "Ubuntu 10.04.4 LTS"
$ Cat/etc/default/locale
LANG = "en_US.UTF-8"
If you have not installed and run the following command:
Sudo apt-get install language-pack-en
Sudo update-locale LANG = en_US.UTF-8
Run port 80: sudo apt-get install lsof
Lsof-I: 80
Add bbb keywget http://ubuntu.bigbluebutton.org/bigbluebutton.asc-O-| sudo apt-key add-
Add Source Address
# Add the BigBlueButton repository URL and ensure the multiverse is enabled
Echo "deb http://ubuntu.bigbluebutton.org/lucid_dev_08/ 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
The most worrying thing is to update the system: --------------> wait... sudo apt-get update
Finally .....
2. Install ruby:
Check whether dpkg-l | grep ruby has been installed before installation.
If you do, the version must match 1.9.2p290.
$ Ruby-v
Ruby 1.9.2p290 (revision 32553)
If it is not installed, you need to install ............... sudo apt-get install zlib1g-dev libssl-dev libreadline5-dev libyaml-dev build-essential bison checkinstall libffi5 gcc checkinstall libreadline5 libyaml-0-2
Create a script
$ Sudo vi install-ruby.sh
#! /Bin/bash cd/tmp
Wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz
Tar xvf ruby-1.9.2-p290.tar.gz
Cd ruby-1.9.2-p290./configure -- prefix =/usr \
-- Program-suffix = 1.9.2 \
-- With-ruby-version = 1.9.2 \
-- Disable-install-doc
Make
Sudo checkinstall-D-y \
-- Fstrans = no \
-- Nodoc \
-- Pkgname = 'ruby1. 9.2 '\
-- Pkgversion = '1. 9.2-p290 '\
-- Provides = 'ruby '\
-- Requires = 'libbc6, libffi5, libgdbm3, libncurses5, libreadline5, openssl, libyaml-0-2, zlib1g '\
-- Maintainer = brendan.ribera@gmail.com
Sudo update-alternatives -- install/usr/bin/ruby/usr/bin/ruby1.9.2 500 \ -- slave/usr/bin/ri/usr/bin/ri1.9.2 \ -- slave/ usr/bin/irb/usr/bin/irb1.9.2 \ -- slave/usr/bin/erb/usr/bin/erb1.9.2 \ -- slave/usr/bin/rdoc/usr /bin/rdoc1.9.2 sudo update-alternatives -- install/usr/bin/gem/usr/bin/gem1.9.2 500
Note that there is a problem in the official document in line 2 of the above script;
Grant script execution permission to chmod + x install-ruby.sh
/Install-ruby.sh
$ Ruby-v
Ruby 1.9.2p290 (revision 32553)
$ Gem-v
1.3.7
$ Sudo gem install hello
Successfully installed hello-0.0.1 1 gem installed Installing ri documentation for hello-0.0.1... Installing RDoc documentation for hello-0.0.1...
3. Install BigBlueButton
Sudo apt-get install bigbluebutton
4. install API Demossudo apt-get install bbb-demo
Ubuntu 14.04Download, install, configure related knowledge http://www.linuxidc.com/Linux/2014-04/100370.htm
Ubuntu 14.04: Http://www.linuxidc.com/Linux/2014-04/100352.htm
Ubuntu 14.04 text tutorial on hard drive installation in Windows 7Http://www.linuxidc.com/Linux/2014-04/100369.htm
This article permanently updates the link address: Http://www.linuxidc.com/Linux/2014-07/104769.htm