Moodle - the world's open source learning platform https://moodle.org/
Find a file
2004-02-15 14:33:13 +00:00
admin A new configuration setting so that the admin can define the site's default 2004-02-12 06:08:06 +00:00
auth UNTESTED changes to allow multiple hosts to be used for POP3/IMAP/NNTP authentication 2004-01-16 09:17:20 +00:00
backup New field in the groups table to "hidepicture" from being displayed 2004-02-15 07:29:55 +00:00
course Added a missing style for the internal table of the headingblock, 2004-02-15 13:54:47 +00:00
doc Nicer styles on Mozilla 2003-10-18 11:44:22 +00:00
error Short tags 2003-09-11 13:50:02 +00:00
files MOved the file icons into the proper place (at last) 2004-02-14 16:19:48 +00:00
filter Using PHP_OS to detect OS (thanks, Greg Barnett!) 2004-02-14 03:00:56 +00:00
lang missing strings 2004-02-15 12:55:49 +00:00
lib Bug fix for languages in emails and possibly elsewhere that could 2004-02-15 14:33:13 +00:00
login I changed the form names, so change references to them 2004-02-14 16:22:37 +00:00
mod Don't create empty $CFG->courselang to be sure 2004-02-15 14:32:18 +00:00
pix MOved the file icons into the proper place (at last) 2004-02-14 16:19:48 +00:00
theme Added new style headingblockcontent 2004-02-15 13:58:22 +00:00
user Fixed a typo 2004-02-14 17:33:24 +00:00
userpix Some clean up and documentation for userpix, as well as a default restriction 2003-08-26 09:40:58 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php Updated config-dist.php since options have moved out of it 2004-02-10 05:06:12 +00:00
file.php Decode pathinfo in case it has encoded spaces etc in it 2003-11-27 17:23:36 +00:00
help.php Put the help inside a box, in case the background is dark 2003-10-21 02:30:42 +00:00
index.php Added a missing style for the internal table of the headingblock, 2004-02-15 13:54:47 +00:00
README.txt Made this a bit clearer 2003-01-14 11:24:43 +00:00
tags Latest tags 2004-01-28 16:46:42 +00:00
version.php New field in the groups table to "hidepicture" from being displayed 2004-02-15 07:29:55 +00:00

README     $Id$
------

If you are installing the first time, then you 
should read the installation guide which is 
part of the Moodle documentation (along with 
information about upgrading etc):

   http://moodle.com/doc/

There is a copy of all this documentation as part of 
this Moodle distribution.  You can access your local
copy of the installation guide here:

   lang/en/docs/install.html

Once Moodle is installed on your machine, then 
you can also access a local copy of all this 
documentation (localised to your language) at:

   http://yourmoodlesite.com/doc/


For the impatient, here is a basic outline of the 
installation process, which normally takes me only 
a few minutes:

1) Move the Moodle files into your web directory. 

2) Create an empty directory somewhere to store 
   uploaded files (NOT accessible via the web).
   This directory must be writeable by the web server
   process.

3) Create a single database for Moodle to store all
   it's tables in (or choose an existing database).

4) Copy the file config-dist.php to config.php, and 
   edit it with all your own settings.

5) Visit your new home page with a web browser.  Moodle
   will lead you through the rest of the setup, 
   creating an admin account and so on.

6) Set up a cron task to call the file admin/cron.php
   every five minutes or so.


Cheers!
Martin Dougiamas