Moodle - the world's open source learning platform https://moodle.org/
Find a file
2002-10-02 09:37:29 +00:00
admin Tweaks to page titles to make them more consistent 2002-09-27 14:26:02 +00:00
auth First implementation of new authentication system, which can now use 2002-09-26 07:03:22 +00:00
course Tweaks to page titles to make them more consistent 2002-09-27 14:26:02 +00:00
doc Info about lib/htaccess 2002-09-25 16:38:09 +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 Updates to the French translation, by M. Sebastien Namèche 2002-10-02 09:37:29 +00:00
lib Don't use getenv anywhere - not necessary and breaks PHP under ISAPI 2002-10-02 02:05:29 +00:00
login Fixed links to be relative. This prevents errors on the offchance that 2002-10-02 07:08:56 +00:00
mod Fixed links in navigation 2002-10-02 02:24:19 +00:00
pix Made these images transparent 2002-10-02 05:10:10 +00:00
theme Aaaahhh I remember now why this was in here, because in future there might 2002-09-27 14:19:59 +00:00
user Tweaks to page titles to make them more consistent 2002-09-27 14:26:02 +00:00
CHANGES Changes 2002-10-02 07:59:22 +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 Better error (don't need a link) 2002-08-18 15:24:44 +00:00
index.php Special "navigation" for home page - "home" value sets off different header 2002-09-23 15:41:06 +00:00
README.txt A change to test the ACLs 2002-10-02 08:23:49 +00:00
RELEASE.html Mentioned the icon bug 2002-09-27 13:39:59 +00:00
UPGRADING.txt Tweaks and formatting 2002-09-27 05:25:46 +00:00
version.php Updated version for 1.0.5 release 2002-09-27 13:40:17 +00:00

README     $Id$
------

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.

For more details, I highly recommend you read the 
full installation documentation, which is stored 
in the "doc" directory or found at http://moodle.com/doc/.

Cheers!
Martin Dougiamas