Moodle - the world's open source learning platform https://moodle.org/
Find a file
2004-01-10 09:24:37 +00:00
admin Apply addslashes to adminuser data 2004-01-08 11:00:40 +00:00
auth Fixes for POP3 and TLS (new option) 2003-12-05 03:22:34 +00:00
backup Now groupmode and groupmodeforce (course table) are in backup and restore too. 2004-01-05 00:57:23 +00:00
course Don't move courses from delete categories to the "zero" category 2004-01-09 16:54:10 +00:00
doc Nicer styles on Mozilla 2003-10-18 11:44:22 +00:00
error Short tags 2003-09-11 13:50:02 +00:00
files Fixed bug 812 about editing text files with backslashes in them. 2003-12-09 08:15:34 +00:00
filter/censor Add a simple README 2003-10-16 09:39:18 +00:00
lang Updated docs to latest revisions of GIFT import filter 2004-01-10 09:24:37 +00:00
lib Including the MP3 player source along with it. 2004-01-09 08:46:44 +00:00
login Fix appearance of Guest User's name. 2004-01-04 05:04:10 +00:00
mod Increased QUIZ_MAX_NUMBER_ANSWERS to 10, and actually made it apply to everythin 2004-01-10 07:39:19 +00:00
pix This is the first check-in of support for groups. 2003-12-30 17:18:06 +00:00
theme Added two new styles for smallinfo displays on the side 2003-12-28 05:56:34 +00:00
user Fixed missing bracket 2004-01-03 15:41:15 +00:00
userpix Some clean up and documentation for userpix, as well as a default restriction 2003-08-26 09:40:58 +00:00
CHANGES RELEASE 1.1 2003-08-29 03:24:01 +00:00
config-dist.php Fixed up some examples 2003-12-07 13:49:51 +00:00
file.php Decode pathinfo in case it has encoded spaces etc in it 2003-11-27 17:23:36 +00:00
help.php Put the help inside a box, in case the background is dark 2003-10-21 02:30:42 +00:00
index.php Shorter search box to help smaller screens 2003-12-20 02:47:14 +00:00
README.txt Made this a bit clearer 2003-01-14 11:24:43 +00:00
tags Latest tags 2003-11-19 07:34:45 +00:00
version.php Bumping the version 2004-01-08 12:37:37 +00:00

README     $Id$
------

If you are installing the first time, then you 
should read the installation guide which is 
part of the Moodle documentation (along with 
information about upgrading etc):

   http://moodle.com/doc/

There is a copy of all this documentation as part of 
this Moodle distribution.  You can access your local
copy of the installation guide here:

   lang/en/docs/install.html

Once Moodle is installed on your machine, then 
you can also access a local copy of all this 
documentation (localised to your language) at:

   http://yourmoodlesite.com/doc/


For the impatient, 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 (or choose an existing database).

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.


Cheers!
Martin Dougiamas