Follow the next steps to ensure successful installation of the LMS.
Navigate to the folder we want to install the LMS, preferably, we will install the LMS in the www folder in our server directory: The path to the directory should be /var/www
cd /var/www
Create a folder through the terminal using the following command: Note, each command needs to executed seperately
sudo mkdir -p /var/www/<name of the lms folder>
sudo chown -R www-data:www-data /var/www/<nameof the lms folder>
sudo chmod -R 777 /var/www/<name of the lms folder>
Finally, let’s now create the Virtual host configuration file that will direct the domain name accessed through the browser to our moodle installation.
Want to print your doc? This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (