User Tools

Site Tools


computing:moodle

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
computing:moodle [2018/08/04 23:44] oemb1905computing:moodle [2018/08/04 23:46] oemb1905
Line 29: Line 29:
   sudo tar -xvzf moodle.tgz -C /var/www/domain.com/public_html/   sudo tar -xvzf moodle.tgz -C /var/www/domain.com/public_html/
      
-Now that you have installed the moodle directory into your Wehttps://codetalkers.services/Server's VirtualHost directory, you are ready to set up the Moodle Data directory, which should be outside of the root of the Web Server.  Additionally, change the ownership to the www-data user that Apache uses and give the owner and admin group full permissions as follows:+Now that you have installed the moodle directory into your Web Server's VirtualHost directory, you are ready to set up the Moodle Data directory, which should be outside of the root of the Web Server.  Additionally, change the ownership to the www-data user that Apache uses and give the owner and admin group full permissions as follows:
  
   sudo mkdir -p /var/www/domain.com/moodledata   sudo mkdir -p /var/www/domain.com/moodledata
Line 57: Line 57:
   sudo nano php.config   sudo nano php.config
      
-In the first five lines, the configuration specifies "mysqli" and this needs to be changed to "mariadb" instead.  Once this is done, you should be able to complete the installation options given on the web page.  It is now time to set up Moodle and use the Learning Management System for what it is designed for - learning with FreeSoftware!  Here is a [[https://www.youtube.com/watch?v=DsQNAprWBfg|Moodle Tutorial]] I found helpful.  Now that we are done with the tutorial, take a look at my finished product [[https://jonathanhaack.com/moodle/|Haack's Networking LMS]]. +In the first five lines, the configuration specifies "mysqli" and this needs to be changed to "mariadb" instead.  Once this is done, you should be able to complete the installation options given on the web page.  It is now time to set up Moodle and use the Learning Management System for what it is designed for - learning with FreeSoftware!  Here is a [[https://www.youtube.com/watch?v=DsQNAprWBfg|Moodle Tutorial]] I found helpful.  Now that we are done with the tutorial, take a look at my finished product [[https://jonathanhaack.com/moodle|haackslms]]. 
  
  
  --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2018/08/04 16:45//  --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2018/08/04 16:45//
computing/moodle.txt · Last modified: 2021/11/20 21:35 by oemb1905