Skip to content

Instantly share code, notes, and snippets.

@fcecagno
Last active November 4, 2016 13:47
Show Gist options
  • Save fcecagno/56bce24603830f2442865752fedf11ca to your computer and use it in GitHub Desktop.
Save fcecagno/56bce24603830f2442865752fedf11ca to your computer and use it in GitHub Desktop.
Plugins do Mconf para Moodle
For Moodle 2.x, the plugins locations are:
https://github.com/mconf/moodle-mod_bigbluebuttonbn/tree/v1.0.11-upstream (Download https://github.com/mconf/moodle-mod_bigbluebuttonbn/archive/v1.0.11-upstream.zip)
https://github.com/mconf/moodle-mod_recordingsbn/tree/v1.0.9-upstream (Download https://github.com/mconf/moodle-mod_recordingsbn/archive/v1.0.9-upstream.zip)
For Moodle 3.x, the plugins locations are:
https://github.com/mconf/moodle-mod_bigbluebuttonbn/tree/v2.0.3-upstream (Download https://github.com/mconf/moodle-mod_bigbluebuttonbn/archive/v2.0.3-upstream.zip)
https://github.com/mconf/moodle-mod_recordingsbn/tree/v1.2.1-upstream (Download https://github.com/mconf/moodle-mod_recordingsbn/archive/v1.2.1-upstream.zip)
Procedure for installation:
* download the plugin mod_bigbluebuttonbn.zip and extract its content to "moodle/mod/bigbluebuttonbn"
* copy the file moodle/mod/bigbluebuttonbn/lang/pt_br/bigbluebuttonbn.php to moodledata/lang/pt_br/bigbluebuttonbn.php
* download the plugin mod_recordingsbn.zip and extract its content to "moodle/mod/recordingsbn"
* copy the file moodle/mod/recordingsbn/lang/pt_br/recordingsbn.php to moodledata/lang/pt_br/recordingsbn.php
Para o Moodle 2.x, os plugins são:
https://github.com/mconf/moodle-mod_bigbluebuttonbn/tree/v1.0.11-upstream (Download https://github.com/mconf/moodle-mod_bigbluebuttonbn/archive/v1.0.11-upstream.zip)
https://github.com/mconf/moodle-mod_recordingsbn/tree/v1.0.9-upstream (Download https://github.com/mconf/moodle-mod_recordingsbn/archive/v1.0.9-upstream.zip)
Já para o Moodle 3.x, os plugins são:
https://github.com/mconf/moodle-mod_bigbluebuttonbn/tree/v2.0.3-upstream (Download https://github.com/mconf/moodle-mod_bigbluebuttonbn/archive/v2.0.3-upstream.zip)
https://github.com/mconf/moodle-mod_recordingsbn/tree/v1.2.1-upstream (Download https://github.com/mconf/moodle-mod_recordingsbn/archive/v1.2.1-upstream.zip)
Procedimento de instalação:
* baixar o plugin mod_bigbluebuttonbn.zip e extrair o conteúdo na pasta "moodle/mod/bigbluebuttonbn"
* copiar o arquivo moodle/mod/bigbluebuttonbn/lang/pt_br/bigbluebuttonbn.php para moodledata/lang/pt_br/bigbluebuttonbn.php
* baixar o plugin mod_recordingsbn.zip e extrair o conteúdo na pasta "moodle/mod/recordingsbn"
* copiar o arquivo moodle/mod/recordingsbn/lang/pt_br/recordingsbn.php para moodledata/lang/pt_br/recordingsbn.php
@raphaelnardoto
Copy link

Bom dia. Consegui instalar pelo gerenciador de plugins do moodle e funcionou muito bem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment