Moodle - the world's open source learning platform https://moodle.org/
Find a file
2006-03-24 02:35:36 +00:00
admin Do the module upgrades before the qtype upgrades 2006-03-23 13:05:40 +00:00
auth password handling refactoring and added conversion of passwords to unicode 2006-03-11 11:26:36 +00:00
backup Bumped the backup version because I need this version in the question restore code. 2006-03-22 10:28:42 +00:00
blocks Block now configurable. 2006-03-23 09:55:20 +00:00
blog Corrected variable reference - was causing problems with SQL inserts/updates. 2006-03-22 09:16:08 +00:00
calendar Accessibility: function calendar_top_controls, tidy up commented code. 2006-03-17 10:53:15 +00:00
course Proper fix for the module toolbar actions 2006-03-23 23:36:20 +00:00
doc Now doc index uses current_charset() 2006-01-05 13:34:31 +00:00
enrol Table type fix. ENGINE changed to TYPE. Old mysql version issue. 2006-03-23 14:26:18 +00:00
error Merged from stable 2005-11-01 06:53:57 +00:00
files Christian's changes to update Resources when files are moved 2006-03-21 09:07:19 +00:00
filter Added another extension for Real Media. This should cover all the file 2006-03-13 07:21:50 +00:00
grade bug fix for 4724 2006-02-09 07:52:48 +00:00
install Automatic installer.php by installer_builder (20060323) 2006-03-23 16:52:20 +00:00
iplookup Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
lang Added two strings to display dates properly. For English we leave them 2006-03-23 23:45:28 +00:00
lib Two new $CFG runtime variables created $CFG->ostype (WINDOWS, UNIX) and 2006-03-23 17:54:33 +00:00
login Fixed php notice for undeclared variable. 2006-03-23 02:34:37 +00:00
message Merged fix for bug 4639 from stable 2006-03-14 04:12:52 +00:00
mod Renaming some stuff, it's the fashion this week 2006-03-24 02:35:36 +00:00
my fixed warning 2006-03-18 10:07:35 +00:00
pix New feature: you can now reset a course simply and easily using the new 2006-03-21 07:34:33 +00:00
question Taking out help button from the grade option, there is really no help required. 2006-03-23 19:51:58 +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 Some styles for block blog tags 2006-03-22 10:14:52 +00:00
user Bug #4887 2006-03-21 07:03:37 +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 Removed comments for global filter settings. 2006-03-20 15:06:10 +00:00
file.php Corrected oversight with uploaded file filters change 2006-02-21 12:54:24 +00:00
fixpix.php New 404 handler for a custompix fallback 2005-09-30 00:39:58 +00:00
help.php Added $forcelang optional parameter. This is useful if we want to get help.php 2006-03-22 03:16:27 +00:00
index.php Added a parameter to print_courses() to hide site course 2006-02-07 01:13:27 +00:00
install.php New-improved installer. Now it allows to download the langpack 2006-03-11 00:03:51 +00:00
README.txt Updated README 2006-03-12 08:04:29 +00:00
tags Updated tags file 2006-01-05 07:51:10 +00:00
version.php Questiontypes are doing their own database upgrade now. 2006-03-22 10:44:54 +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