Moodle - the world's open source learning platform https://moodle.org/
Find a file
2004-05-29 05:07:34 +00:00
admin Now make_upload_directory() is used, avoiding dependencies to 2004-05-26 16:12:58 +00:00
auth Thanks to Dave Lopata <Dave@Lopata.Net>, Moodle now supports LDAP 3 2004-04-15 15:57:32 +00:00
backup Bump to possible release day. 2004-05-23 19:28:22 +00:00
blocks Bugfix: blocks with no content at all show up as shadows when editing. 2004-05-28 13:57:09 +00:00
calendar Merging the changes from 1.4 dev branch (site index blocks + various bugfixes) 2004-05-28 10:53:54 +00:00
course Merging the changes from 1.4 dev branch (site index blocks + various bugfixes) 2004-05-28 10:53:54 +00:00
doc Added support for CFG->forcelogin in some files. Bug 1396 2004-05-16 10:26:04 +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 Small change to make it a bit more consistent. No significant. 2004-05-27 23:43:08 +00:00
lang *** empty log message *** 2004-05-28 06:44:26 +00:00
lib Merging the changes from 1.4 dev branch (site index blocks + various bugfixes) 2004-05-28 10:53:54 +00:00
login A new option (off by default) will remove restrictions on usernames. 2004-05-15 07:30:31 +00:00
mod Applied some changes to filter (not commited before 1.3 due its proximity). 2004-05-27 23:32:55 +00:00
pix New Flash gif from Chardelle 2004-05-27 04:30:41 +00:00
rss Now make_upload_directory() is used, avoiding dependencies to 2004-05-26 16:12:58 +00:00
theme A couple of new CSS rules to make the course summary block display the same as before. 2004-05-28 10:48:59 +00:00
user Remove forcelogin 2004-05-22 17:34:26 +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 Merging the changes from 1.4 dev branch (site index blocks + various bugfixes) 2004-05-28 10:53:54 +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 Merging the changes from 1.4 dev branch (site index blocks + various bugfixes) 2004-05-28 10:53:54 +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