Merge branch 'MDL-35027-B-28' of https://github.com/bostelm/moodle into MOODLE_28_STABLE
[moodle.git] / README.txt
blobb1017dfa3bbc3f3a710038b77c931b462b7822ca
1 QUICK INSTALL
2 =============
4 For the impatient, here is a basic outline of the
5 installation process, which normally takes me only
6 a few minutes:
8 1) Move the Moodle files into your web directory.
10 2) Create a single database for Moodle to store all
11    its tables in (or choose an existing database).
13 3) Visit your Moodle site with a browser, you should
14    be taken to the install.php script, which will lead
15    you through creating a config.php file and then
16    setting up Moodle, creating an admin account etc.
18 4) Set up a cron task to call the file admin/cron.php
19    every five minutes or so.
22 For more information, see the INSTALL DOCUMENTATION:
24    http://docs.moodle.org/en/Installing_Moodle
27 Good luck and have fun!
28 Martin Dougiamas, Lead Developer