Moodle - the world's open source learning platform https://moodle.org/
Find a file
2002-11-12 04:59:28 +00:00
admin 30 per page 2002-11-11 08:03:54 +00:00
auth Some more clues for new admins ... 2002-10-20 18:06:04 +00:00
course New course option to enable/disable display of "recent activity" 2002-11-12 04:26:16 +00:00
doc Slight update to release notes for clarity 2002-11-11 08:28:39 +00:00
error First implementation of new authentication system, which can now use 2002-09-26 07:03:22 +00:00
files Moved some functions out to lib/moodlelib.php 2002-09-01 14:28:08 +00:00
lang New course option to enable/disable display of "recent activity" 2002-11-12 04:26:16 +00:00
lib New course option to enable/disable display of "recent activity" 2002-11-12 04:26:16 +00:00
login New guest language is same as site 2002-11-01 01:11:46 +00:00
mod Small tweak to specify specifically number of files in an update 2002-11-12 04:59:28 +00:00
pix Made transparent 2002-10-17 23:49:02 +00:00
theme Better looking headings with right-to-left languages 2002-11-12 02:19:44 +00:00
user For very large classes don't even try to show all the participants 2002-11-12 03:02:51 +00:00
CHANGES Updates 2002-11-11 08:35:09 +00:00
config-dist.php Most of the configuration variables have been moved out of the config.php 2002-09-19 12:01:55 +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 Removed UPGRADING.txt (replaced by doc/upgrade.html) and updated README.txt 2002-10-29 03:52:10 +00:00
version.php Updated version number 2002-11-12 04:29:49 +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