Moodle - the world's open source learning platform https://moodle.org/
Find a file
2004-05-23 10:25:46 +00:00
admin Now the Admin/Variables and Admin/Backup pages show a 2004-05-20 16:05:29 +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 "none-users" backups are allowed. See bug 1420. 2004-05-20 18:39:18 +00:00
blocks Small polishing change: the "go to calendar" link takes you to the 2004-05-21 12:03:06 +00:00
calendar Some improvements in display 2004-05-22 07:14:49 +00:00
course Blocks admin to bottom 2004-05-22 09:18:12 +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 1. Directory Resources now support sub directories 2004-05-16 08:52:32 +00:00
filter Commented out debugging code 2004-04-26 15:20:10 +00:00
lang Added to the CVS for the first time 2004-05-22 23:31:29 +00:00
lib Fixing [Bug 1427] (Better than just uncommenting :-) ) 2004-05-22 17:58:14 +00:00
login A new option (off by default) will remove restrictions on usernames. 2004-05-15 07:30:31 +00:00
mod Simpler way to update events for a quiz 2004-05-23 10:25:46 +00:00
pix Different icons for different event types, shamelessly stolen from moodle.org 2004-05-21 12:28:42 +00:00
rss Now scheduled bakup checks for required XML functions to work. 2004-05-20 15:19:19 +00:00
theme Now the same colours as standard 2004-05-23 06:38:48 +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 A new option (off by default) will remove restrictions on usernames. 2004-05-15 07:30:31 +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 file 2004-05-20 03:58:06 +00:00
version.php Bump bump de bump, yeah 2004-05-20 03:50:21 +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