Moodle - the world's open source learning platform https://moodle.org/
Find a file
2002-11-22 08:43:35 +00:00
admin Changes to allow admin to control the "forgot password" function 2002-11-22 08:43:35 +00:00
auth Changes to allow admin to control the "forgot password" function 2002-11-22 08:43:35 +00:00
course For long courses reduce the text printed on x axis 2002-11-21 16:19:19 +00:00
doc Changes to allow admin to control the "forgot password" function 2002-11-22 08:43:35 +00:00
error First implementation of new authentication system, which can now use 2002-09-26 07:03:22 +00:00
files Changed all references of %e to %d to fix strftime on Windows 2002-11-19 14:27:57 +00:00
lang Changes to allow admin to control the "forgot password" function 2002-11-22 08:43:35 +00:00
lib Changes to allow admin to control the "forgot password" function 2002-11-22 08:43:35 +00:00
login Changes to allow admin to control the "forgot password" function 2002-11-22 08:43:35 +00:00
mod Fixed a bug from reusing newsubmission variable 2002-11-21 10:26:54 +00:00
pix Made transparent 2002-10-17 23:49:02 +00:00
theme Argh ... fix for Netscape fix - was causing problems on other browsers 2002-11-14 06:22:13 +00:00
user Error checking on image writes 2002-11-21 10:23:10 +00:00
CHANGES Moodle CVS is exactly 1 year old. :-) 2002-11-21 16:58:29 +00:00
config-dist.php Changed it to DOS format to help Windows users 2002-11-19 14:35:07 +00:00
file.php Better error message when invalid arguments are supplied. 2002-09-05 11:56:20 +00:00
help.php Improvements to help, and addition of new "Activity modules" help 2002-10-21 03:00:40 +00:00
index.php Fixed front page display of modules 2002-11-10 11:14:06 +00:00
README.txt COnverted it to DOS format to make it easier for Windows users 2002-11-21 16:00:18 +00:00
version.php Updated version 2002-11-21 16:59:41 +00:00

README     $Id$
------

I highly recommend you read the detailed help on 
installation, upgrading and use of Moodle, stored
in the doc subdirectory of this installation, or 
read at:

   http://moodle.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.

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