Moodle - the world's open source learning platform https://moodle.org/
Find a file
2002-09-27 14:18:06 +00:00
admin Fixed a little link to login page 2002-09-27 13:44:52 +00:00
auth First implementation of new authentication system, which can now use 2002-09-26 07:03:22 +00:00
course Add manage database link to home page admin links if necessary 2002-09-27 06:19:49 +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 The login page now shows different instructions depending on the 2002-09-26 07:13:14 +00:00
lib A little extra error checking. 2002-09-27 04:53:27 +00:00
login The login page now shows different instructions depending on the 2002-09-26 07:13:14 +00:00
mod Better format for text version of emails 2002-09-26 16:02:13 +00:00
pix Much better look for user index 2002-09-21 06:12:54 +00:00
theme Removed theme chooser from here ... moving it to admin folder 2002-09-27 14:18:06 +00:00
user First implementation of new authentication system, which can now use 2002-09-26 07:03:22 +00:00
CHANGES the more things change, the less they stay the same 2002-09-26 07:27:01 +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 Added .txt to these files to make them double-clickable 2002-08-17 03:03:51 +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