Confirm paths in localhost
Title
Question
I did all things for Moodle and reach up to localhost
for confirm paths and doing next I got error "Parent directory (/var/www) is not writeable. Data directory (/var/www/moodle) cannot be created by the installer."
Can this error removable?
please find the way for error.
Moodle-Learning-Management-System Course-Administration-in-Moodle 12-13 min 30-40 sec
Answers:
You can manually create moodledata folder:
mkdir /var/www/moodledata
chmod 0777 /var/www/moodledata
or give write permission to /var/www folder temporarily:
chmod 0777 /var/www/
and then reset it to 755
Check out official Moodle doc:
https://docs.moodle.org/38/en/Installing_Moodle
Login to add comment