Skip to content

Instantly share code, notes, and snippets.

@daronco
Forked from pacluke/install_moodle3x.sh
Last active September 29, 2020 16:37
Show Gist options
  • Save daronco/9b896e79cfccb0b7a1d8d45c4e10fc28 to your computer and use it in GitHub Desktop.
Save daronco/9b896e79cfccb0b7a1d8d45c4e10fc28 to your computer and use it in GitHub Desktop.
MOODLE_HOME="/var/www/moodle"
MOODLE_DATA="/var/www/moodle/moodledata"
sudo mkdir -p $MOODLE_DATA/lang/pt_br
cd $MOODLE_HOME
sudo wget https://github.com/mconf/moodle-mod_bigbluebuttonbn/archive/v2.2-elos.zip
sudo unzip v2.2-elos.zip
sudo mv moodle-mod_bigbluebuttonbn-2.2-elos mod/bigbluebuttonbn
cp mod/bigbluebuttonbn/lang/pt_br/bigbluebuttonbn.php $MOODLE_DATA/lang/pt_br/bigbluebuttonbn.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment