Moodle - the world's open source learning platform https://moodle.org/
Find a file
2006-05-30 09:42:29 +00:00
admin Adding environmental checks for 1.7 (mssql and oracle added) 2006-05-29 17:35:19 +00:00
auth auth/ldap: better handling of empty values from ldap 2006-05-30 00:44:21 +00:00
backup Bump equivalent to 1.6 2006-05-29 22:50:44 +00:00
blocks Merged fix from stable 2006-05-29 08:36:58 +00:00
blog fixed block width calculation; merged from MOODLE_16_STABLE 2006-05-19 21:01:26 +00:00
calendar Merge from stable branch: Convert tabs to spaces in files where there were only a few rogue tabs. 2006-05-17 16:47:44 +00:00
course Ongoing fix, bug 5614 - added ALT text for link icons, based on TITLE. Merged from stable branch. 2006-05-25 16:00:26 +00:00
doc Now doc index uses current_charset() 2006-01-05 13:34:31 +00:00
enrol If config wwwroot starts with 'https', ignore config loginhttps value. 2006-05-30 08:32:43 +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 my yet another bug; merged from MOODLE_16_STABLE 2006-05-24 21:54:51 +00:00
filter Updated small MP3 player to handle autoPlay (by Andrew Walker, Alton College) 2006-05-28 20:19:31 +00:00
grade Fixed Bug #5354 - Gradebook [DropXLowest and Exclude] 2006-05-16 06:21:49 +00:00
install blacklist PHP 5.0.x in installation precheck; merged from MOODLE_16_STABLE 2006-05-30 09:42:29 +00:00
iplookup Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
lang Merged changes from stable 2006-05-29 09:40:38 +00:00
lib fixed warning from clone($SITE) during site setup; merged from MOODLE_16_STABLE 2006-05-29 20:33:12 +00:00
login Bug #5587 - Redirect fails after a failed login and proper variable initialisation; merged from MOODLE_16_STABLE 2006-05-24 20:56:16 +00:00
message Allow colors to the editor 2006-04-26 08:18:42 +00:00
mod merged fix for 5648, utf8 migration problem 2006-05-30 02:51:52 +00:00
my Merged title fix from stable 2006-05-29 09:55:42 +00:00
pix Make these icons transparent 2006-04-25 14:01:13 +00:00
question fixed typo - randomsmatch notice bug 5652; merged from MOODLE_16_STABLE 2006-05-30 06:29:07 +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 CSS improvements for MyMoodle from stable 2006-05-29 09:27:40 +00:00
user fixed warnings on save profile; merged from MOODLE_16_STABLE 2006-05-24 21:05:23 +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 blacklist PHP 5.0.x in installation precheck; merged from MOODLE_16_STABLE 2006-05-30 09:42:29 +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 renaming reads and writes to statsreads and statswrites 2006-05-24 05:07:22 +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