Difference between revisions of "Install Moodle"
From hpcwiki
Jvictorinog (Talk | contribs) |
Jvictorinog (Talk | contribs) |
||
| Line 8: | Line 8: | ||
chown www-data:www-data /var/moodledata | chown www-data:www-data /var/moodledata | ||
chown www-data:www-data /var/www/moodle | chown www-data:www-data /var/www/moodle | ||
| − | * Create moodleuser in postgres | + | * Create moodle data base and moodleuser in postgres |
| + | * Install moodle trought browser | ||
| + | Web address: | ||
| + | Moodle Directory: /var/www/moodle | ||
| + | Data Directory: /var/moodledata | ||
| + | Database host: IP localhost | ||
| + | Database name: moodle | ||
| + | Database user: moodleuser | ||
| + | Database password: **** | ||
| + | Table prefix: The correct one from the table above | ||
Revision as of 14:06, 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 moodle data base and moodleuser in postgres
- Install moodle trought browser
Web address: Moodle Directory: /var/www/moodle Data Directory: /var/moodledata Database host: IP localhost Database name: moodle Database user: moodleuser Database password: **** Table prefix: The correct one from the table above