Moodle - the world's open source learning platform https://moodle.org/
Find a file
2004-07-07 15:15:11 +00:00
admin site front page can now have a topic section, see http://moodle.org/mod/forum/discuss.php?d=9444#45748 2004-07-02 09:32:17 +00:00
auth Thanks to Dave Lopata <Dave@Lopata.Net>, Moodle now supports LDAP 3 2004-04-15 15:57:32 +00:00
backup Modified to delete temp files older than 4 hours (previously it was 2004-06-27 22:35:27 +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 1527: 2004-06-23 09:53:23 +00:00
course Extra field for cost 2004-07-06 16:01:07 +00:00
doc Added commandline style 2004-06-04 05:09:01 +00:00
enrol Fixes not checked in yet 2004-07-06 16:00:43 +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 New options added 2004-07-07 15:15:11 +00:00
lib When looking for me() try $_SERVER['URL'] (IIS uses it) 2004-07-06 12:34:33 +00:00
login introduced $CFG->autologinguests, see http://moodle.org/mod/forum/discuss.php?d=9161 2004-06-30 12:09:29 +00:00
mod Added 'right answer' feedback to true/false questions. 2004-07-07 09:15:33 +00:00
pix Prettier icon 2004-06-27 04:20:52 +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 got rid of some undefined index notices 2004-07-01 08:27:58 +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 site front page can now have a topic section, see http://moodle.org/mod/forum/discuss.php?d=9444#45748 2004-07-02 09:32:17 +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 Adding a field "cost" to courses. :-) 2004-06-26 09:09:00 +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