Moodle - the world's open source learning platform https://moodle.org/
Find a file
2006-05-17 11:38:34 +00:00
admin Fix for Bug #5441. 2006-05-08 03:56:26 +00:00
auth fixed problem when set both loginhttps and https in wwwroot, closes bug #5507 and #3848; merged from MOODLE_16_STABLE 2006-05-15 21:36:46 +00:00
backup moodle16cleanup: backup/ set the correct column datatype and default value 2006-05-17 06:36:14 +00:00
blocks moodle16cleanup: blocks/rss_client set the correct column default value 2006-05-17 06:35:50 +00:00
blog added logging for blog views 2006-05-02 02:44:35 +00:00
calendar changed cleaning of entry title, now matches handling of forum post titles; merged from MOODLE_16_STABLE 2006-05-15 15:05:28 +00:00
course Cosmetic fix in print_log_ooo, commented out call to print_log_ooo in 2006-05-17 03:07:11 +00:00
doc Now doc index uses current_charset() 2006-01-05 13:34:31 +00:00
enrol action.php renamed to authorizenetlib.php 2006-05-17 08:18:51 +00:00
error fix my previous incorrect short tag fix, fixed register globals, IP address used as mail user when not logged in; merged from MOODLE_16_STABLE 2006-05-15 15:45:27 +00:00
files fixed bug #5489 - can not edit file, minor bugfixes and whitespace cleanup; merged from MOODLE_16_STABLE 2006-05-14 19:10:49 +00:00
filter Fix for bug 5223 - might need testing 2006-04-20 08:25:49 +00:00
grade Fixed Bug #5354 - Gradebook [DropXLowest and Exclude] 2006-05-16 06:21:49 +00:00
install Initial revision 2006-05-07 23:31:32 +00:00
iplookup Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
lang Manual capture settings for sending email: cron=enabled, an_review=checked, an_capture_day=0, an_emailexpired=1-5 2006-05-16 11:37:07 +00:00
lib Merge from 1.6 branch. 2006-05-17 11:38:34 +00:00
login fixed bug #5225, fix provided by hachiman 2006-04-17 21:26:05 +00:00
message Allow colors to the editor 2006-04-26 08:18:42 +00:00
mod moodle16cleanup: mod/quiz correctly sync the constraints and indexes 2006-05-17 06:57:03 +00:00
my fixed problem when set both loginhttps and https in wwwroot, closes bug #5507 and #3848; merged from MOODLE_16_STABLE 2006-05-15 21:36:46 +00:00
pix Make these icons transparent 2006-04-25 14:01:13 +00:00
question Merged from STABLE. 2006-05-13 08:49:46 +00:00
rss iImproved RSS 2006-03-17 09:48:24 +00:00
sso/hive Checking in some old changes 2006-03-09 16:45:25 +00:00
theme Merged from STABLE. 2006-05-16 10:35:15 +00:00
user fixed problem when set both loginhttps and https in wwwroot, closes bug #5507 and #3848; merged from MOODLE_16_STABLE 2006-05-15 21:36:46 +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 fixed typo bug #4527 2006-04-23 23:16:02 +00:00
file.php Corrected oversight with uploaded file filters change 2006-02-21 12:54:24 +00:00
help.php Fixed bug 5300 and removed moodle docs link from help pages 2006-04-24 01:58:31 +00:00
index.php News items on home page should be sorted by date of first post 2006-04-05 01:54:41 +00:00
install.php Fixed wrong encoding detection logic in install.php 2006-04-27 23:17:25 +00:00
README.txt Removed empty lines 2006-04-29 19:36:56 +00:00
tags Latest tags 2006-04-05 02:47:17 +00:00
version.php moodle16cleanup: mod/dialog we need to drop some more dialog module tables 2006-05-17 06:34:19 +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://docs.moodle.org/en/Installing_Moodle 

A local copy can also be found in 

   lang/en_utf8/help/install.html   (or your language)


Good luck and have fun!
Martin Dougiamas, Lead Developer