วันอาทิตย์ที่ 2 กุมภาพันธ์ พ.ศ. 2557

ติดตั้ง BigBlueButton on Ubuntu

สำหรับท่านที่ต้องการทำระบบประชุมทางไกล ผ่านอินเตอร์เน็ต BigBlueButton

ขั้นแรกท่านต้องทำการติดตั้ง ubuntu 10.04 ให้เรียบร้อย และทำการตรวจสอบ LANG=en_US.UTF-8 โดยใช้คำสั่งว่า

# cat /etc/defaulf/locale

ผลการตรวจสอบถ้าไม่ได้ LANG=en_US.UTF-8 ให้ทำการติดตั้ง

# sudo apt-get install langguage-pack-en
# sudo update-local LANG=en_US.UTF-8

ตรวจสอบ version ของ ubuntu

#  uname -m
i696

ตรวจสอบ version ของ ruby

# ruby -v



ขั้นตอนการติดตั้ง BigBlueButton


# 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

ทำการตรวจสอบว่าที่เรา add ลงไป

# $ grep "lucid multiverse" /etc/apt/sources.list


ก่อนที่จะดำเนินการต่อไป อัพเกรดเพื่อให้แน่ใจว่าทุกแพคเกจในปัจจุบันบนเซิร์ฟเวอร์ของคุณ

# sudo apt-get update
# sudo apt-get dist-upgrade


การติดตั้ง LibreOffice

# wget http://bigbluebutton.googlecode.com/files/openoffice.org_1.0.4_all.deb
# sudo dpkg -i openoffice.org_1.0.4_all.deb


การติดตั้ง pacakges สำหรับ OpenOffice


# sudo apt-get install python-software-properties

# sudo apt-add-repository ppa:libreoffice/libreoffice-4-0
# sudo apt-get update

# sudo apt-get install libreoffice-common
# sudo apt-get install libreoffice



ไม่มีความคิดเห็น:

แสดงความคิดเห็น