Personal tools

Difference between revisions of "Install Moodle"

From hpcwiki

Jump to: navigation, search
(Created page with "hola")
 
Line 1: Line 1:
hola
+
==Install steps==
 +
* Install tools: Apache, postgres, php5 and postgres-php5 complements
 +
* Configure basic step's tools
 +
* Download and depackage moodle-xxx.tgz in /var/www/
 +
    sudo tar xzvf moodle-whatever.tgz -C /var/www
 +
* Create moodledata directory
 +
    mkdir /var/moodledata
 +
    chown www-data:www-data /var/moodledata
 +
    chown www-data:www-data /var/www/moodle
 +
* Create moodleuser in postgres

Revision as of 13:56, 26 July 2013

Install steps

  • Install tools: Apache, postgres, php5 and postgres-php5 complements
  • Configure basic step's tools
  • Download and depackage moodle-xxx.tgz in /var/www/
   sudo tar xzvf moodle-whatever.tgz -C /var/www
  • Create moodledata directory
   mkdir /var/moodledata
   chown www-data:www-data /var/moodledata
   chown www-data:www-data /var/www/moodle
  • Create moodleuser in postgres