7 For the impatient, here is a basic outline of the
8 installation process, which normally takes me only
11 1) Move the Moodle files into your web directory.
13 2) Create a single database for Moodle to store all
14 it's tables in (or choose an existing database).
16 3) Visit your Moodle site with a browser, you should
17 be taken to the install.php script, which will lead
18 you through creating a config.php file and then
19 setting up Moodle, creating an admin account etc.
21 4) Set up a cron task to call the file admin/cron.php
22 every five minutes or so.
25 For more information, see the INSTALL DOCUMENTATION:
27 http://docs.moodle.org/en/Installing_Moodle
29 A local copy can also be found in
31 lang/en_utf8/help/install.html (or your language)
34 Good luck and have fun!
35 Martin Dougiamas, Lead Developer