Moodle - the world's open source learning platform https://moodle.org/
Find a file
scyrma 74369ab567 MDL-13792 - Commiting Patch by Skodak, fixing problem with japanese characters under some conditions. This has been reported to work, if nobody else
comes foward with bugs related to this, it will need to be changed everywhere else where there is no urlencoding done at this time. (merge from 1.8
and 1.9)
2008-04-08 03:04:52 +00:00
admin MDL-14085, roll back some error() call 2008-04-08 01:51:00 +00:00
auth MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
backup MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
blocks MDL-14085, roll back some error() call 2008-04-08 01:51:00 +00:00
blog MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
calendar MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
course MDL-14085, roll back some error() call 2008-04-08 01:51:00 +00:00
doc/pix cvsimport fixups -- cvshead had strayed from upstream 2007-01-04 13:15:04 +13:00
enrol MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
error MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
files MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
filter MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
grade MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
group MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
install Automatic installer.php lang files by installer_builder (20080408) 2008-04-08 01:18:44 +00:00
iplookup MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
lang MDL-14026 Fixed the typo 2008-04-02 06:54:17 +00:00
lib MDL-13792 - Commiting Patch by Skodak, fixing problem with japanese characters under some conditions. This has been reported to work, if nobody else 2008-04-08 03:04:52 +00:00
login MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
message MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
mnet MDL-12492: Thanks to Nigel McNie, this addresses a problem which prevents hosts from re-keying when their keys expire. 2008-02-15 08:32:22 +00:00
mod MDL-13792 - Commiting Patch by Skodak, fixing problem with japanese characters under some conditions. This has been reported to work, if nobody else 2008-04-08 03:04:52 +00:00
my MDL-12221 custom themes revisited - implemented container concept; merged from MOODLE_19_STABLE 2007-11-23 16:49:51 +00:00
notes MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
pix MDL-13718 New icon for "locked" state icon, for grades whose grade item is locked. Merging from MOODLE_19_STABLE 2008-02-28 15:43:09 +00:00
question MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
rss hack for problems with concurrent use of $nomoodlecookie and capabilities in RSS feeds, see MDL-7243 - it should be replaced once we get to codes in urls; merged from MOODLE_17_STABLE 2006-11-01 21:03:09 +00:00
search makes author completley unmentionned when no author 2008-04-07 21:12:29 +00:00
sso Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags 2007-10-09 21:43:28 +00:00
tag MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
theme MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
user MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
userpix MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
config-dist.php MDL-13483 adding noemailever info; merged from MOODLE_19_STABLE 2008-02-25 14:30:45 +00:00
file.php MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
help.php MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
index.php MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
install.php MDL-12927 installer should detect the magic quotes settings and undo the slashes if necessary; merged from MOODLE_19_STABLE 2008-02-26 19:51:13 +00:00
README.txt fixing unmerged files 2007-12-06 08:44:07 +00:00
tags Latest tags for dev 2008-03-03 07:35:56 +00:00
version.php Updated the HEAD build version to 20080408 2008-04-08 01:52:34 +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