Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-10-27 06:33:44 +00:00
admin Put in missing parameter type. 2005-10-18 15:32:20 +00:00
auth Merged from MOODLE_15_STABLE - Fix for bug 3141 - Can't update external data with LDAP authentication 2005-10-06 02:24:03 +00:00
backup Fixed one important bug in restore of gradebook that was 2005-10-16 11:32:57 +00:00
blocks Merged from MOODLE_15_STABLE: Now the login block uses the same logic for forgot password as the login page does 2005-10-26 21:19:01 +00:00
calendar Fix for bug 4203: 2005-10-24 17:13:57 +00:00
course Fixing all incoming parameters when editing course groups as per SC#171. 2005-10-26 13:44:56 +00:00
doc Some changes added (see bug 3188). 2005-06-18 10:01:53 +00:00
enrol Fixed a mis-usage (typo?) of get_admin() in paypal module. (Merged from MOODLE_15_STABLE) 2005-10-27 02:20:59 +00:00
error Converted double quote strings to single quote literals - inspired by error in double quotes found by ottenhoff and noted in comment to bug 1981 2004-09-24 22:28:50 +00:00
files Merged fix from stable 2005-08-14 02:27:18 +00:00
filter Updated license info :-) 2005-10-27 06:33:44 +00:00
grade Added default argument value for grade_category_select() to prevent error when calling without arguments (Merged From MOODLE_15_STABLE) 2005-10-26 22:30:11 +00:00
install Strings changed and some welcome page rework. It follows 2005-07-29 15:53:37 +00:00
iplookup Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
lang polished. 2005-10-27 03:32:33 +00:00
lib I just worked with a few functions which had misleading or no PHPdoc 2005-10-24 17:25:29 +00:00
login Added check for duplicate emails. 2005-10-06 09:08:02 +00:00
message Merged from MOODLE_15_STABLE (ish): better fix to messaging problem query 2005-09-07 04:43:47 +00:00
mod BUG FIX: essay response was still hard coded in. Replaced it with a get_string call 2005-10-26 23:11:26 +00:00
my My moodle sticky block config now generic, can be used for any pagetype. 2005-10-16 22:34:25 +00:00
pix Initial checkin of stats (from processing the log table). 2005-09-01 04:14:31 +00:00
rss Merged fix from stable when checking course->guest on site 2005-07-25 09:05:12 +00:00
sso/hive So that we have the password handy later 2005-08-01 08:49:33 +00:00
theme changed forum related color. 2005-10-09 00:56:35 +00:00
user Merged from STABLE: 2005-10-21 01:18:30 +00:00
userpix adding a way to test the user image border removal code. Needs some speed 2005-07-22 14:12:32 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php New 404 handler for a custompix fallback 2005-09-30 00:39:58 +00:00
file.php new parameter forcedownload; merged from MOODLE_15_STABLE 2005-07-12 08:05:42 +00:00
fixpix.php New 404 handler for a custompix fallback 2005-09-30 00:39:58 +00:00
help.php Allow underscore and hypen in module names 2005-09-25 20:46:43 +00:00
index.php Added $CFG->disablemycourses bug 3220 2005-05-13 06:17:13 +00:00
install.php Changing width="22" for /pix/help.gif to width="17" 2005-05-10 00:21:09 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags latest version of tags 2005-10-20 01:31:21 +00:00
version.php Added enrolment key to course requests - fixes wishlist bug 4170 2005-10-12 01:17:03 +00:00

README     $Id$
------

QUICK INSTALL
=============

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 a single database for Moodle to store all
   it's tables in (or choose an existing database).

3) Visit your Moodle site with a browser, you should 
   be taken to the install.php script, which will lead
   you through creating a config.php file and then 
   setting up Moodle, creating an admin account etc.

4) Set up a cron task to call the file admin/cron.php
   every five minutes or so.


For more information, see the INSTALL DOCUMENTATION:

   http://moodle.org/doc

If you have real trouble, please visit the Moodle course 
"Using Moodle" on moodle.org.


Good luck and have fun!
Martin Dougiamas, Lead Developer