Project

General

Profile

PluginBBB » History » Version 1

Arnaud Martel, 2010-09-17 12:54

1 1 Arnaud Martel
h1. Introduction
2
3
This plugin allows to start and join web meetings using a BigBlueButton server (http://bigbluebutton.org server)
4
5
h1. Setup
6
7
h3. 1. Install plugin into vendor/plugins
8
9
Install redmine_bbb with:
10
* ruby script/plugin install http://github.com/amartel/redmine_bbb.git
11
12
No DB migration is required...
13
14
h3. 2. Restart your web server
15
16
17
h3. 3. Configure REDMINE with your web browser
18
19
If everything is OK, you should see BigBlueButton plugin in the plugin list (Administration -> Plugins)
20
Then, you have to configure the plugin:
21
* url of your BigBlueButton server
22
* salt of your BBB server (to allow use of APIs)
23
* url where to be redirected at the end of the meeting (leave blank if you want to be redirected to the project's overview tab)
24
* choose if you want to start the meeting in a popup window or not. A popup window is useful because it allows you to resize the windows at the maximum size with chat available... (When switching to fullscreen, chat is disable due to security reasons in the flash plugin...)
25
26
A new permission is now available (BigBlueButton -> Bigbluebutton access) and you have to assign it to the roles you need
27
28
When the plugin is activated in a project, you should see a new section "virtual meeting" in the project's overview tab. If not, check your settings (the plugin doesn't display the section if it is not possible to open a connection with the BBB server...)
29
30
h1. History
31
32
0.0.1: Initial release