Moodle - the world's open source learning platform https://moodle.org/
Find a file
2002-09-22 03:16:40 +00:00
admin Changes to enable DELETION of user accounts. Accounts aren't actually 2002-09-22 03:01:17 +00:00
course Changes to print_recent_activity in course/lib.php. It is now more 2002-09-21 17:11:08 +00:00
doc Updated for new configuration page 2002-09-19 14:06:28 +00:00
error Slight fix to error page to include site name properly 2002-09-17 14:56:18 +00:00
files Moved some functions out to lib/moodlelib.php 2002-09-01 14:28:08 +00:00
lang SHow number of journal entries in the teacher link to report 2002-09-22 03:16:40 +00:00
lib Support for new deleted field in user table 2002-09-22 03:11:05 +00:00
login Fixes to point directly to index.php wherever it was assumed. This wasn't 2002-09-15 06:06:32 +00:00
mod SHow number of journal entries in the teacher link to report 2002-09-22 03:16:40 +00:00
pix Much better look for user index 2002-09-21 06:12:54 +00:00
theme Prints an error message if theme can't be set 2002-08-30 16:02:10 +00:00
user Changes to enable DELETION of user accounts. Accounts aren't actually 2002-09-22 03:01:17 +00:00
CHANGES Changes to enable DELETION of user accounts. Accounts aren't actually 2002-09-22 03:01:17 +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 Login link on home page 2002-09-16 13:03:31 +00:00
README.txt Added .txt to these files to make them double-clickable 2002-08-17 03:03:51 +00:00
UPGRADING.txt eminder about saving themes in upgrades etc 2002-09-16 07:11:31 +00:00
version.php Changes to enable DELETION of user accounts. Accounts aren't actually 2002-09-22 03:01: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