Skip to content

Instantly share code, notes, and snippets.

@pacluke
Created March 1, 2019 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pacluke/df0b489e9bd769b5988a51d3c46c09ce to your computer and use it in GitHub Desktop.
Save pacluke/df0b489e9bd769b5988a51d3c46c09ce 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/v1.0.11-upstream.zip -O moodle-mod_bigbluebuttonbn.zip
sudo unzip moodle-mod_bigbluebuttonbn.zip
sudo mv moodle-mod_bigbluebuttonbn-1.0.11-upstream mod/bigbluebuttonbn
cp mod/bigbluebuttonbn/lang/pt_br/bigbluebuttonbn.php $MOODLE_DATA/lang/pt_br/bigbluebuttonbn.php
sudo wget https://github.com/mconf/moodle-mod_recordingsbn/archive/v1.0.9-upstream.zip -O moodle-mod_recordingsbn.zip
sudo unzip moodle-mod_recordingsbn.zip sudo mv moodle-mod_recordingsbn-1.0.9-upstream mod/recordingsbn
cp mod/recordingsbn/lang/pt_br/recordingsbn.php $MOODLE_DATA/lang/pt_br/recordingsbn.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment