BigBlueButton安装方法

来源:互联网 发布:jquery面试题 知乎 编辑:程序博客网 时间:2024/06/04 18:52

BigBlueButton只需架设一台服务器,其他客户用浏览器直接访问服务器ip就能使用。

方法一:使用虚拟机架设服务器,在http://code.google.com/p/bigbluebutton/wiki/BigBlueButtonVM中下载,之后直接用虚拟器打开,他会自动安装,最后需要修改一下密码,重启后就能使用。

方法二:使用Ubuntu架设服务器

1.安装BigBlueButton,得到仓库密钥

#Installthepackagekey

wgethttp://ubuntu.bigbluebutton.org/bigbluebutton.asc-O-|sudoapt-keyadd-

#AddtheBigBlueButtonrepositoryURLandensurethemultiverseisenabled

#isenabled

echo"debhttp://ubuntu.bigbluebutton.org/lucid/bigbluebutton-lucidmain"|sudotee/etc/apt/sources.list.d/bigbluebutton.list

echo"debhttp://us.archive.ubuntu.com/ubuntu/lucidmultiverse"|sudotee-a/etc/apt/sources.list

2、安装语音会议服务器

BigBlueButton现在允许您选择使用语音会议或者Asterisk或者FreeSWITCH。我们提供两个配置包,所以很容易安装其中之一。我们建议FreeSWITCH。

要安装FreeSWITCH:

sudoapt-getinstallpython-software-properties

sudoadd-apt-repositoryppa:freeswitch-drivers/freeswitch-nightly-drivers

sudoapt-getupdate

sudoapt-getinstallbbb-freeswitch-config

或者,替换为Asterisk的安装(警告:不要同时安装):

sudoapt-getupdate

sudoapt-getinstallbbb-voice-conference

再次提醒,只能安装上述之一。

3、安装BigBlueButton

现在,我们准备安装BigBlueButton。输入:

sudoapt-getinstallbigbluebutton

一行命令产生魔术般的变化。该命令将安装所有与他们的依赖关系BigBlueButton分量。这里的一个屏幕快照将安装包了。

输入'y'和按下回车键。然后坐下来。片刻之后,如果你没有安装MySQL,MySQL的包脚本会要求指定一个为MySQL'root'用户的密码。

输入MySQL的'root'用户密码(您需要输入两次)。接着会提示你输入MySQLroot密码(如下所示)。BigBlueButton需要访问MySQL创建数据库。输入前面相同的密码验证。

注:MySQL的密码不应该包含以下字符!#[^$](),因为它们会导致BigBlueButtonweb的安装脚本中断。

4。默认配置重新启动

为确保BigBlueButton已默认配置启动,输入以下命令:

sudobbb-conf--clean

sudobbb-conf--check

从输出sudobbb-conf--check会显示您的当前设置和文字后,"Potentialproblemsdescribedbelow",打印任何配置或启动问题已检测。通常情况下,没有消息文本的。

试用你的服务器(14:42分钟后)

你已经有了一个完整的BigBlueButton服务器上运行(不只是爱你的Ubuntu/Debian的包功率)。打开一个Web浏览器到您的服务器的URL(服务器ip地址)。您应该看到BigBlueButton欢迎屏幕。

 要开始使用您的BigBlueButton服务器,请输入您的姓名,然后点击'加入'按钮。您可以加入演示会议。

OK!

参考http://bigbluebutton.org/support

参考http://code.google.com/p/bigbluebutton/wiki/InstallationUbuntu

更多BigBlueButton信息:http://www.aieln.com/system/bigbluebutton/

0 0
原创粉丝点击