Merge branch 'MDL-29551' of git://github.com/ankitagarwal/moodle into MOODLE_19_STABLE
[moodle.git] / README.txt
blob5d3b27045cbc9d5abde249af03f80977a9aee16e
1 README      $Id$
2 ------
4 QUICK INSTALL
5 =============
7 For the impatient, here is a basic outline of the 
8 installation process, which normally takes me only 
9 a few minutes:
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/19/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