Moodle - the world's open source learning platform https://moodle.org/
Find a file
2004-06-07 05:31:38 +00:00
admin Fixed bug 1535. Unless $CFG->forum_replytouser is set to 1 AND the user has set maildisplay nonzero, the address $CFG->noreplyaddress is sent instead of the user's address. 2004-06-06 12:49:55 +00:00
auth Thanks to Dave Lopata <Dave@Lopata.Net>, Moodle now supports LDAP 3 2004-04-15 15:57:32 +00:00
backup List of courses is now always ordered according to sortorder, see http://moodle.org/mod/forum/discuss.php?d=7034 2004-05-30 00:33:45 +00:00
blocks Fixed bug 1531, section links to invisible sections now greyed out or hidden 2004-06-05 12:04:02 +00:00
calendar Re-fixed bug 1488 hack 2004-06-04 07:21:15 +00:00
course BRANCH MERGE 2004-06-04 06:17:30 +00:00
doc Added commandline style 2004-06-04 05:09:01 +00:00
error Short tags 2003-09-11 13:50:02 +00:00
files Postscript files show pdf icn 2004-05-29 05:07:34 +00:00
filter Merged bug fix from MOODLE_13_STABLE 2004-06-06 14:28:37 +00:00
lang Latest translation for Moodle 1.3 by M.Minkowski 2004-06-07 05:31:38 +00:00
lib Fixed bug 1535. Unless $CFG->forum_replytouser is set to 1 AND the user has set maildisplay nonzero, the address $CFG->noreplyaddress is sent instead of the user's address. 2004-06-06 12:49:55 +00:00
login A new option (off by default) will remove restrictions on usernames. 2004-05-15 07:30:31 +00:00
mod Better Logging 2004-06-06 18:37:54 +00:00
pix Web icon for external resources where we don't know the type 2004-05-29 06:23:49 +00:00
rss BRANCH MERGE 2004-06-04 06:17:30 +00:00
theme One character fixes bug 1513 2004-06-01 17:53:39 +00:00
user Email digest feature: user setting 2004-06-01 07:59:35 +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 Latest settings in config-dist.php (removed some) 2004-05-24 07:43:09 +00:00
file.php Use forcelogin on site files if it's defined bug 1486 2004-05-28 01:17:37 +00:00
help.php Bug fix for possible XSS situation in Bug 1292 2004-04-30 12:45:55 +00:00
index.php Fixes for bug 1485: 2004-06-01 13:47:55 +00:00
README.txt Made this a bit clearer 2003-01-14 11:24:43 +00:00
tags Latest tags file 2004-05-20 03:58:06 +00:00
version.php MOdules are dependent on this version of course/mod.php 2004-06-04 07:28:34 +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