Moodle - the world's open source learning platform https://moodle.org/
Find a file
2004-07-26 05:19:17 +00:00
admin FIxed some variables for login error logging 2004-07-25 14:39:19 +00:00
auth Thanks to Dave Lopata <Dave@Lopata.Net>, Moodle now supports LDAP 3 2004-04-15 15:57:32 +00:00
backup User->maildigest supported now. 2004-07-23 17:10:55 +00:00
blocks Show a different string on the site page (instead of Course Summary) 2004-06-30 13:16:48 +00:00
calendar Fix for bug 1624: 2004-07-09 13:39:34 +00:00
course Merging in all the resource branch stuff (I know, it's mixed up) 2004-07-25 14:00:29 +00:00
doc FIxes for Safari 2004-07-07 17:20:59 +00:00
enrol Some stubs for later 2004-07-25 14:22:01 +00:00
error Short tags 2003-09-11 13:50:02 +00:00
files Added PPS (Powerpoint) 2004-06-09 08:58:03 +00:00
filter Functionality in debug for miscellaneous mimeTeX binaries 2004-06-10 16:47:30 +00:00
lang Polished. 2004-07-26 01:57:57 +00:00
lib FIxed some variables for login error logging 2004-07-25 14:39:19 +00:00
login On login set a variable (used later in print_header) 2004-07-25 14:01:23 +00:00
mod Fixed bug 1667 .... require -> require_once 2004-07-26 05:19:17 +00:00
pix New images to enable/disable email 2004-07-24 06:23:20 +00:00
rss BRANCH MERGE 2004-06-04 06:17:30 +00:00
theme Merged $bodytags parameter in headers from STABLE 2004-07-14 06:54:43 +00:00
user MOre tweaks to make it clearer for users to enable/disable email 2004-07-24 08:53:33 +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 Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php Based on code from Janne - this allows secure logins via https 2004-06-19 16:13:28 +00:00
file.php Use forcelogin on site files if it's defined bug 1486 2004-05-28 01:17:37 +00:00
help.php Merged XSS bug fix from stable 2004-07-13 03:51:05 +00:00
index.php FIxed up the Site Topic 2004-07-09 05:33:07 +00:00
README.txt Made this a bit clearer 2003-01-14 11:24:43 +00:00
tags Latest tags file 2004-05-20 03:58:06 +00:00
version.php Bump 2004-07-25 14:41:33 +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