Moodle - the world's open source learning platform https://moodle.org/
Find a file
2002-12-15 06:00:58 +00:00
admin Turn off time limits with big SQL commands ... some databases are really slow. 2002-12-14 18:33:37 +00:00
auth Slight changes to auth_user_login ... don't accept blank username/passwords 2002-12-12 02:37:35 +00:00
course Improved course listing display when no courses 2002-12-15 06:00:58 +00:00
doc Some more information about buggy_referrer 2002-12-13 16:10:14 +00:00
error First implementation of new authentication system, which can now use 2002-09-26 07:03:22 +00:00
files Added php mime type 2002-12-07 04:24:22 +00:00
lang Lastmodify updated 2002-12-15 05:00:24 +00:00
lib Database and upgrade files for PostgreSQL 7 support! 2002-12-15 02:41:07 +00:00
login Much cooler way to set the form focus after an error. Sent in by Greg Barnett. 2002-12-14 08:24:34 +00:00
mod Put a space under the colon 2002-12-15 04:27:51 +00:00
pix Made transparent 2002-10-17 23:49:02 +00:00
theme Added LI tag (not cascading) 2002-12-13 17:01:16 +00:00
user Added new configuration setting "country" to set a default country 2002-12-14 08:18:18 +00:00
CHANGES Release of 1.0.7 2002-12-10 03:58:07 +00:00
config-dist.php Another hint for the Windows users 2002-12-10 17:26:30 +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 More hooks to hang styles from 2002-12-13 03:14:19 +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 Updating the version for the development phase 2002-12-11 16:13:37 +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