Moodle - the world's open source learning platform https://moodle.org/
Find a file
2002-08-18 09:43:39 +00:00
admin Changes related to new way of setting and recalling themes. 2002-08-17 13:01:06 +00:00
course Added more popup help for course settings page 2002-08-17 14:44:45 +00:00
doc new strings 2002-08-18 09:43:39 +00:00
error Fixes to convert mail to individual mailing ... 2002-06-05 14:05:59 +00:00
files Now properly sets and checks limits on file sizes 2002-08-07 08:24:38 +00:00
lang new strings 2002-08-18 09:43:39 +00:00
lib Changes related to new way of setting and recalling themes. 2002-08-17 13:01:06 +00:00
login Widespread changes throughout Moodle to make sure it works on 2002-08-06 17:23:45 +00:00
mod Cleaned up the Choice report - it's easier to make sense of now 2002-08-18 09:43:01 +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 No point in being able to login as yourself 2002-08-15 05:43:38 +00:00
CHANGES Changes 2002-08-17 15:10:00 +00:00
config-dist.php Changes related to new way of setting and recalling themes. 2002-08-17 13:01:06 +00:00
file.php Several changes related to the front page, so that it now works OK. 2001-11-25 15:48:24 +00:00
help.php Ah, that's nicer-looking code. (got rid of the HTML header) 2002-08-11 14:22:38 +00:00
index.php Changes to add login/logout button to the right-hand top corner of every page 2002-08-17 07:02:35 +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 Fixes to languages for admin (setting up and upgrading databases) 2002-08-15 05:44:37 +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