Forked from https://sourceforge.net/projects/bigbluebuttonil/
This is a ILIAS Plugin which allows the creation of BigBlueButton Virtual Classrooms inside of ILIAS.
At first you need a working installation of BigBlueButton http://docs.bigbluebutton.org/.
The following data from BBB is required to configure this ILIAS Plugin:
- public/private URL: e.g.
https://bbb.myserver.com:9000/bigbluebutton/
- BBB security salt
It is assumed you already have a ILIAS Intallation up and running.
On your ILIAS Server:
- copy the content of this folder into
<ILIAS_directory>/Customizing/global/plugins/Services/Repository/RepositoryObject/BigBlueButton
- log in to ILIAS as
administrator
and go to the administration page - select
Modules, Services and Plugins
in the menu on the right - hits the
Services
tab and ILIAS will show a service list - look for the
Repository
and hit theShow Details
link that is located next to the title - look for the BigBlueButton plugin on the table and hit the
update
link - when ILIAS has updated the plugin, hit the
activate
link that will appear instead of theupdate
link - now hit the
configure
link and enter your- public/private URL
- public/private port
- BBB security salt
- finally you can create "Bigbluebutton" Virtual Classrooms as regular repository object
On your ILIAS Server:
Note: it is assumed that you'already in ILIAS web root directory
mkdir -p Customizing/global/plugins/Services/Repository/RepositoryObject
cd Customizing/global/plugins/Services/Repository/RepositoryObject
git clone https://github.com/Minervis-GmbH/BigBlueButton-Ilias-Plugin.git BigBlueButton/
cd BigBlueButton
- log in to ILIAS as
administrator
and go to the administration page - select
Plugins
in the menu on the right (for ILIAS6.x go toAdministration>Extending ILIAS>Plugins
) - look for BigBlueButton from the table of plugins and click a drop down button
- install and activate
- now hit the
configure
link and enter your-
public and private server URL : {PROTOCOL}://{SERVER_ADDRESS}{:PORT}/{BBB_SUBPATH}/. Where
- {PROTOCOL}: http or https
- {SERVER_ADDRESS}: The Server adress
- {:PORT}: the port Eg.: 9003
- {BBB_SUBPATH}: The subpath of BBB Server. Eg.: /bigbluebutton/
- E.g: https://my.bbb-server.com:9003/bigbluebutton
-
BBB security salt
-
- finally you can create "Bigbluebutton" Virtual Classrooms as regular repository object Note: If the server is not reachable, during configuration a message will be displayed. After correcting the error, make sure to press the save button twice.
Tested with ILIAS
- 4.3.1
- 5.0.x
- 5.1.2
- 5.2.1
- 5.3.16
- 5.4.6
- 5.4.10
- 6.0
- 6.1, 6.2, 6.3