Moodle - the world's open source learning platform https://moodle.org/
Find a file
2003-01-01 07:37:19 +00:00
admin More robustness, and some little bug fixes. 2002-12-31 08:45:37 +00:00
auth More tweaks 2002-12-31 08:50:24 +00:00
course Fixes for Log display 2003-01-01 07:37:19 +00:00
doc It's now possible to choose a documentation language on the fly! 2002-12-29 16:28:41 +00:00
error First implementation of new authentication system, which can now use 2002-09-26 07:03:22 +00:00
files Use HTML editor for editing HTML files 2002-12-26 16:26:55 +00:00
lang New strings for publishing results 2003-01-01 06:40:55 +00:00
lib Tweaks 2003-01-01 06:40:31 +00:00
login If a user has authenticated via external authentication, then FORCE them 2002-12-30 15:30:05 +00:00
mod Robustness 2003-01-01 07:18:43 +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 Robustness 2003-01-01 07:18:43 +00:00
CHANGES Daily changes 2002-12-29 17:41:18 +00:00
config-dist.php Clearer directions. 2002-12-23 14:44:32 +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 Various little fixes to remove warnings (usually about empty variables) 2002-12-29 17:32:32 +00:00
README.txt Clearer info 2002-12-29 15:12:45 +00:00
version.php New "debug" variable to turn debugging on and off 2002-12-30 03:24:07 +00:00

README     $Id$
------

If you are installing the first time, then you 
should read the installation guide which is 
stored in the doc subdirectory:

   doc/install.html

You can also access the latest version (as well 
complete information about upgrading and using 
Moodle on the moodle.com web site:

   http://moodle.com/doc/

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