Moodle - the world's open source learning platform https://moodle.org/
Find a file
2004-01-30 03:11:47 +00:00
admin Allow modules to define the version of Moodle they require, and 2004-01-28 04:26:58 +00:00
auth UNTESTED changes to allow multiple hosts to be used for POP3/IMAP/NNTP authentication 2004-01-16 09:17:20 +00:00
backup - some debug info turned off. 2004-01-29 00:14:02 +00:00
course Small typo preventing Excel Sheets to be named correctly. 2004-01-27 23:48:23 +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 Support for auto embedding of WMV files 2004-01-20 11:22:09 +00:00
filter Make sure XML is enabled 2004-01-20 10:03:34 +00:00
lang Updated by Roberto -Bobo- Pinna 2004-01-29 15:13:09 +00:00
lib Upgrading ADOdb to 4.11 ... there were lots of little bug fixes 2004-01-30 03:11:47 +00:00
login A new configuration setting - "forcelogin". 2004-01-14 08:27:18 +00:00
mod Don't always use arraymerge in journal_get_users_done() - was causing 2004-01-30 01:57:00 +00:00
pix This is the first check-in of support for groups. 2003-12-30 17:18:06 +00:00
theme Check $themename to prevent warnings at high levels of debugging ... 2004-01-26 18:22:02 +00:00
user minor fixes, including bugs 997, 998 2004-01-25 19:37:04 +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 Undoing some wacko formatting ... What were you trying to do, Gustav? 2004-01-26 16:55:37 +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 Use format_text on the site-info 2004-01-20 08:50:00 +00:00
README.txt Made this a bit clearer 2003-01-14 11:24:43 +00:00
tags Latest tags 2004-01-28 16:46:42 +00:00
version.php Change type of config->value to text (to allow longer info) 2004-01-29 04:13:55 +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