Release of 1.0.7
[moodle.git] / README.txt
blobc67881e520ea5c17920cf624365cc305714ee746
1 README     $Id$\r
2 ------\r
3 \r
4 I highly recommend you read the detailed help on \r
5 installation, upgrading and use of Moodle, stored\r
6 in the doc subdirectory of this installation, or \r
7 read at:\r
8 \r
9    http://moodle.com/doc/\r
12 For the impatient, here is a basic outline of the \r
13 installation process, which normally takes me only \r
14 a few minutes:\r
16 1) Move the Moodle files into your web directory. \r
18 2) Create an empty directory somewhere to store \r
19    uploaded files (NOT accessible via the web).\r
20    This directory must be writeable by the web server\r
21    process.\r
23 3) Create a single database for Moodle to store all\r
24    it's tables in.\r
26 4) Copy the file config-dist.php to config.php, and \r
27    edit it with all your own settings.\r
29 5) Visit your new home page with a web browser.  Moodle\r
30    will lead you through the rest of the setup, \r
31    creating an admin account and so on.\r
33 6) Set up a cron task to call the file admin/cron.php\r
34    every five minutes or so.\r
37 Cheers!\r
38 Martin Dougiamas\r