Moodle - the world's open source learning platform https://moodle.org/
Find a file
2004-05-08 21:27:33 +00:00
admin Added two strings about deleting blocks from admin interface... 2004-05-06 22:41: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 Now every link to forums (from resources and forums) and every link 2004-05-08 18:30:30 +00:00
blocks Modified the behavior of upcoming events block to be the same as month block, 2004-05-07 10:42:11 +00:00
calendar Fix for bug 1334: 2004-05-08 13:35:11 +00:00
course got rid of undefined variables warnings 2004-05-08 18:56:45 +00:00
doc Fixed some copyrights 2004-03-10 13:23:00 +00:00
error Short tags 2003-09-11 13:50:02 +00:00
files Added gz 2004-04-25 02:11:48 +00:00
filter Commented out debugging code 2004-04-26 15:20:10 +00:00
lang New name for block 2004-05-08 19:43:16 +00:00
lib implemented a provisional hack by roger to avoid division by zero reported in bug 1231. 2004-05-08 21:27:33 +00:00
login Allow some European characters in the username bug 1249 2004-04-27 08:24:04 +00:00
mod removed some undefined variable errors. However there are lots of them in edit.html, see bug 1344 2004-05-08 20:52:53 +00:00
pix First version of RSS System. 2004-05-02 23:08:19 +00:00
rss Included global $THEME to support custom images... 2004-05-07 18:08:54 +00:00
theme Added rss needed images for this theme 2004-05-07 18:09:23 +00:00
user maxlength set in textfields to avoid exceeding length of database fields 2004-05-08 14:48:02 +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 Document $CFG->forceloginforprofiles 2004-05-03 14:57:11 +00:00
file.php Parameters fix for files. 2004-05-01 03:33:10 +00:00
help.php Bug fix for possible XSS situation in Bug 1292 2004-04-30 12:45:55 +00:00
index.php A fix to help some misconfigured sites (without DirectoryIndex) 2004-04-07 13:07:38 +00:00
README.txt Made this a bit clearer 2003-01-14 11:24:43 +00:00
tags Latest tags (getting big!!) 2004-04-27 08:51:54 +00:00
version.php Events associated to hidden activities are now invisible in calendar, using new field 'visible' in table 'event' which is updated each time a course module is hidden or unhidden. 2004-05-05 07:07:56 +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