You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd /var/www/
sudo mkdir data
sudo chown -R www-data:www-data data
sudo chmod a+w data
Download Moodle and extract
cd /tmp
wget https://download.moodle.org/download.php/direct/stable310/moodle-3.10.tgz
cd /var/www/
sudo mv html html-orig
sudo tar xfvz /tmp/moodle-3.10.tgz
sudo mv moodle html
sudo chown -R www-data:www-data html
wget https://download.moodle.org/download.php/direct/stable311/moodle-3.11.2.tgz
cd /var/www/
sudo mv html html-orig
sudo tar xfvz /tmp/moodle-3.11.2.tgz
sudo mv moodle html
sudo chown -R www-data:www-data html