Moodle - the world's open source learning platform https://moodle.org/
Find a file
2002-08-26 20:41:02 +00:00
admin More direct link to index.php just in case they don't have index.php 2002-08-26 02:49:34 +00:00
course Fix for front page case when no left column 2002-08-26 20:38:56 +00:00
doc Added IP-Atlas to credits 2002-08-26 09:05:16 +00:00
error Fixes to convert mail to individual mailing ... 2002-06-05 14:05:59 +00:00
files Changes to use a new configuration variable: CFG->slasharguments 2002-08-26 09:48:00 +00:00
lang Notes about the necessity of cookies being allowed 2002-08-22 02:24:07 +00:00
lib Doesn't matter if user isn't provided 2002-08-26 11:04:01 +00:00
login Notes about the necessity of cookies being allowed 2002-08-22 02:24:07 +00:00
mod Choose "general" forum now as a default 2002-08-26 10:01:46 +00:00
pix Lots of work on site display, over many files. Improved front page 2002-08-03 08:16:31 +00:00
theme Changes related to new way of setting and recalling themes. 2002-08-17 13:01:06 +00:00
user Users can now choose to hide their email address. In this initial version 2002-08-21 13:29:25 +00:00
CHANGES MOODLE 1.0.1 RELEASED 2002-08-26 10:07:32 +00:00
config-dist.php Changes to use a new configuration variable: CFG->slasharguments 2002-08-26 09:48:00 +00:00
file.php Changes to use a new configuration variable: CFG->slasharguments 2002-08-26 09:48:00 +00:00
help.php Better error (don't need a link) 2002-08-18 15:24:44 +00:00
index.php Further little tweak to front-page spacing 2002-08-26 20:41:02 +00:00
README.txt Added .txt to these files to make them double-clickable 2002-08-17 03:03:51 +00:00
UPGRADING.txt Added .txt to these files to make them double-clickable 2002-08-17 03:03:51 +00:00
version.php Upgraded version number to today, in anticipation of 1.0.1 2002-08-26 10:06:04 +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