OK, better get this out now
[moodle.git] / README.txt
blob36803a2bdd213dfc886e6ff7337e89637952b425
1 README     $Id$\r
2 ------\r
3 \r
4 If you are installing the first time, then you \r
5 should read the installation guide which is \r
6 part of the Moodle documentation (along with \r
7 information about upgrading etc):\r
8 \r
9    http://moodle.com/doc/\r
11 There is a copy of all this documentation as part of \r
12 this Moodle distribution.  You can access your local\r
13 copy of the installation guide here:\r
15    lang/en/docs/install.html\r
17 Once Moodle is installed on your machine, then \r
18 you can also access a local copy of all this \r
19 documentation (localised to your language) at:\r
21    http://yourmoodlesite.com/doc/\r
24 For the impatient, here is a basic outline of the \r
25 installation process, which normally takes me only \r
26 a few minutes:\r
28 1) Move the Moodle files into your web directory. \r
30 2) Create an empty directory somewhere to store \r
31    uploaded files (NOT accessible via the web).\r
32    This directory must be writeable by the web server\r
33    process.\r
35 3) Create a single database for Moodle to store all\r
36    it's tables in (or choose an existing database).\r
38 4) Copy the file config-dist.php to config.php, and \r
39    edit it with all your own settings.\r
41 5) Visit your new home page with a web browser.  Moodle\r
42    will lead you through the rest of the setup, \r
43    creating an admin account and so on.\r
45 6) Set up a cron task to call the file admin/cron.php\r
46    every five minutes or so.\r
49 Cheers!\r
50 Martin Dougiamas\r