Install bigbluebutton (Video classroom)

Source: Internet
Author: User
Tags bigbluebutton nameserver
System Environment: Ubuntu system 10.04.4 (64) bits installed on xencenter ----> 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: auto lo iface lo Inet loopback 2. Add $ 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 address of eth0 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 $ sudo/etc/init. d/networking restart $ ifconfig3. 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 System: $ CAT/etc/lsb-releaseDISTRIB_ID = Ubuntu distrib_release = 10.04 distrib_codename = luciddistrib_description = "ubuntu 10.04.4 lts" $ CAT/etc/default/localelang = "en_US.UTF-8" if you're not installing run the following command: sudo apt-Get install language-pack-ensudo Update-locale lang = The en_US.UTF-8 runs port 80: sudo apt-Get install lsoflsof-I: 80 add BBB key Wget 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 Update the system: --------------> .......... sudo apt-Get update is finally ready ..... 2. install RUBY: Check whether you have installed it before: dpkg-L | grep rubyif you do, the version must match 1.9.2p290. $ ruby-vruby 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 instal L-ruby.sh #! /Bin/bash CD/tmpwget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz tar xvf ruby-1.9.2-p290.tar.gzcd ruby-1.9.2-p290. /configure -- prefix =/usr -- Program-suffix = 1.9.2 -- With-ruby-version = 1.9.2 -- disable-install-docmakesudo checkinstall-D-y -- fstrans = No -- nodoc -- pkgname = 'ruby1. 9.2 '-- pkgversion =' 1. 9.2-p290' -- provides = 'Ruby '-- requires = 'libc6, libffi5, libgdbm3, libncurses5, libreadline5, OpenSSL, libyaml-0-2, zlib1g '[email protected] 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 or above. Pay attention to the 5th rows, the problem in the official documentation; grant the script execution permission to chmod + x install-ruby.sh. /install-ruby.sh $ ruby-vruby 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 bigbluebuttonsudo apt-Get install bigbluebutton4. install API demossudo apt-Get install BBB-demo

650) This. width = 650; "src =" http://blog.chinaunix.net/attachment/201306/8/28863090_13706546071gGy.png "alt =" 28863090_13706546071ggy.png "/>

650) This. width = 650; "src =" http://blog.chinaunix.net/attachment/201306/8/28863090_1370655692bTjH.png "alt =" 28863090_1370655692btjh.png "/> 650) This. width = 650; "src =" http://blog.chinaunix.net/attachment/201306/8/28863090_1370654667uIZb.png "alt =" 28863090_1370654667uizb.png "/>

It takes too long to install... wait a day .... finally ...... the content in a presentation is garbled like this: the source of the garbled problem is that the Ubuntu system lacks the TTF file for the Chinese Character Library. The solution steps are as follows: 1) copy the Chinese font of the win system to the Ubuntu system (the font storage path of the win system is c: \ windows \ fonts, And the font storage path of the Ubuntu system is/usr/share/fonts) 2) create a directory in the Ubuntu font library and copy the Chinese font in the win system to sudo CD/usr/share/fontssudo mkdir myfontssudo chmod 755 myfontscp/win /*. TTF/usr/Shar/fonts/myfonts3) create a font cache sudo mkfontscalesudo mkfontdirsudo FC-Cache-fv4) Restart Ubuntu system/sbin/shutdown-R now Note: it will not take effect if it is not restarted! ====== Users who want to publish data to the Internet can access this solution =======$ BBB-conf -- setip yourip or domain name for those security policies, then let's see which ports are required to open ....

This article is from the "Siberian wolf" blog, please be sure to keep this source http://kernal.blog.51cto.com/8136890/1530237

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.