Moodle - the world's open source learning platform https://moodle.org/
Find a file
moodler 2be8b28f3d Changes to improve usability when the admin folder has been renamed,
and also a change in checking for the admin user, just in case an
old session is hanging around
2002-10-25 02:02:02 +00:00
admin Changes to improve usability when the admin folder has been renamed, 2002-10-25 02:02:02 +00:00
auth Some more clues for new admins ... 2002-10-20 18:06:04 +00:00
course Fix for category box display on IE 2002-10-24 12:49:53 +00:00
doc Updated with some new features 2002-10-24 03:11:57 +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 All the variables were missing! 2002-10-24 13:41:52 +00:00
lib Mail now contains Moodle version 2002-10-23 12:12:01 +00:00
login Default language for users is now the same as the site language. 2002-10-18 08:46:12 +00:00
mod The BR in print_post was to fix the case when embedded images are used. 2002-10-24 07:09:29 +00:00
pix Made transparent 2002-10-17 23:49:02 +00:00
theme Changes to support choice of language direction (so that languages 2002-10-11 02:31:37 +00:00
user Default language for users is now the same as the site language. 2002-10-18 08:46:12 +00:00
CHANGES Updated information for 1.0.6 Beta 1 2002-10-22 11:21:54 +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 Improvements to help, and addition of new "Activity modules" help 2002-10-21 03:00:40 +00:00
index.php ***NOTE NOTE NOTE ********************************************************** 2002-10-17 14:03:59 +00:00
README.txt A change to test the ACLs 2002-10-02 08:23:49 +00:00
RELEASE.html more readable 2002-10-23 14:38:24 +00:00
UPGRADING.txt cvs update -dP 2002-10-22 13:17:04 +00:00
version.php Updated information for 1.0.6 Beta 1 2002-10-22 11:21:54 +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