-
Notifications
You must be signed in to change notification settings - Fork 20
Installation
Jephte Abijuru edited this page Jul 30, 2021
·
1 revision
At first you need a working installation of BigBlueButton https://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
administratorand go to the administration page - select
Modules, Services and Pluginsin the menu on the right - hits the
Servicestab and ILIAS will show a service list - look for the
Repositoryand hit theShow Detailslink that is located next to the title - look for the BigBlueButton plugin on the table and hit the
updatelink - when ILIAS has updated the plugin, hit the
activatelink that will appear instead of theupdatelink - now hit the
configurelink 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're already in ILIAS web root directory
mkdir -p Customizing/global/plugins/Services/Repository/RepositoryObjectcd Customizing/global/plugins/Services/Repository/RepositoryObjectgit clone https://github.com/Minervis-GmbH/BigBlueButton-Ilias-Plugin.git BigBlueButton/cd BigBlueButton- log in to ILIAS as
administratorand go to the administration page - select
Pluginsin 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
configurelink 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.x-7.x