Moodle - the world's open source learning platform https://moodle.org/
Find a file
2004-06-24 13:10:47 +00:00
admin Fixed bug 1535. Unless $CFG->forum_replytouser is set to 1 AND the user has set maildisplay nonzero, the address $CFG->noreplyaddress is sent instead of the user's address. 2004-06-06 12:49:55 +00:00
auth Thanks to Dave Lopata <Dave@Lopata.Net>, Moodle now supports LDAP 3 2004-04-15 15:57:32 +00:00
backup Added a new check in selectItemInMenuByName() javascript to apply the 2004-06-13 18:58:27 +00:00
blocks small bug fix: $USER was not laoded in course admin block 2004-06-09 22:00:51 +00:00
calendar Fix for bug 1527: 2004-06-23 09:53:23 +00:00
course Course ID number 2004-06-24 11:50:33 +00:00
doc Added commandline style 2004-06-04 05:09: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 Help files for ID number 2004-06-24 11:54:11 +00:00
lib Set up Smarty template system in the setup.php 2004-06-24 13:10:47 +00:00
login Based on code from Janne - this allows secure logins via https 2004-06-19 16:13:28 +00:00
mod Corrected bug where selected category not displayed. 2004-06-24 09:44:14 +00:00
pix Web icon for external resources where we don't know the type 2004-05-29 06:23:49 +00:00
rss BRANCH MERGE 2004-06-04 06:17:30 +00:00
theme One character fixes bug 1513 2004-06-01 17:53:39 +00:00
user $CFG->loginhttps changes, change password and admin user edit. 2004-06-22 18:34:35 +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 Bug fix for possible XSS situation in Bug 1292 2004-04-30 12:45:55 +00:00
index.php Based on code from Janne - this allows secure logins via https 2004-06-19 16:13:28 +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 For course idnumber 2004-06-24 11:47:23 +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