您的位置:首页 > 产品设计 > UI/UE

bigbluebutton(bbb)整合dokeos wordpress drupal方法

2013-07-02 11:45 405 查看
首先要有配置好的bigbluebutton服务器一台(建议用非80端口,这样普通的web服务可以使用80端口)。本人仅整合bigbluebutton与dokeos实践成功,其他只是看到官方给出的整合方法,一并记录下来。

整合方法:

dokeos http://www.dokeos.com/en/node/11105

1. Install BigBlueButton

2. On the BBB machine, issue the command: bbb-conf --salt and write down the salt and complete url.

3. On the Dokeos machine, edit /main/videoconference/bbb_conf.php. Change the $salt and $url variables to the salt and url you got from the BBB machine.

4. (Optional) change the moderator and viewer passwords to something unique for added security.

5. On the Dokeos machine, edit /main/admin/index.php: Uncomment line 296, it looks like this... <li><a href="configure_extensions.php?display=visio"><?php echo get_lang('Visioconf'); ?></a></li>

6. Navigate to the administration page inside of Dokeos, and click the new link for videoconferencing. Warning: The form may be malformed on this page. Despite this, it should still work, all you need to do is enter the url to your BBB machine, and then hit validate. Once you click validate, the module should appear in the courses.

NOTE WELL: The Dokeos community implementation of BBB does not use many BBB features and restricts you to one single classroom and meeting per course/session. This means that there can only be a maximum of two trainers running separate conferences per course/session. If you need more than that, you will need to reprogram those pages.


wordpress http://wordpress.org/plugins/bigbluebutton/

drupal https://drupal.org/project/bbb
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息