Following are steps to install Moodle 1.9 on CentOS 5.
Step 1
Install mysql-server-5.0.45, mysql-5.0.45 and php-5.1.6
Install other PHP library php-mbstring-5.1.6, php-xmlrpc-5.1.6
Step 2
Add the user name "user1" and database "mymoodle" to MySQL with the correct privilege.
Step 3
Download the moodle and extract to /var/www/html/moodle
Create and assign the permission of the webserver to the data directory at /var/www/moodledata
Step 4
In a start the moodle installation via web browser, use the location
http://localhost/moodle
Copy the script into a file named config.php within the root directory of Moodle.
Follow the rest of the instruction to complete.
Step 5
Install lynx to activate the cron. Edit the crontab to run every 30 minutes.
$ crontab -e
*/30 * * * * wget -q -O /dev/null http://localhost/moodle/admin/cron.php
See http://docs.moodle.org/en/Installing_Moodle
http://docs.moodle.org/en/Administration_FAQ
No comments:
Post a Comment