Moodle - the world's open source learning platform https://moodle.org/
Find a file
2008-06-12 10:57:54 +00:00
admin MDL-14905 towards functional DB tests 2008-06-12 09:38:49 +00:00
auth MDL-14679 last forgotten bits of dml conversion 2008-06-09 19:48:24 +00:00
backup MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
blocks MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
blog MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
calendar MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
course MDL-11113: Make the editor work for the frontpage summary field 2008-06-11 08:41:40 +00:00
doc/pix cvsimport fixups -- cvshead had strayed from upstream 2007-01-04 13:15:04 +13:00
enrol /// 2008-06-11 18:34:20 +00:00
error MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
files MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
filter MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
grade MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
group MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
install Automatic installer.php lang files by installer_builder (20080612) 2008-06-12 01:22:35 +00:00
iplookup MDL-14679 2008-05-31 17:48:51 +00:00
lang "MDL-14129, add new lang string" 2008-06-12 10:57:54 +00:00
lib MDL-14905 towards functional DB tests 2008-06-12 09:38:49 +00:00
login MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
message MDL-14739: make the html editor work on the messaging screen 2008-06-11 08:43:14 +00:00
mnet MDL-15008: mnet/environment.php: Update wwwroot/ip_address when key is deleted/recreated. 2008-06-12 01:16:49 +00:00
mod "MDL-14129, fix all print_error" 2008-06-12 10:55:23 +00:00
my "MDL-14460, fix get_context_instance, merged from MOODLE_19_STABLE" 2008-05-01 06:07:24 +00:00
notes MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
pix MDL-8188, moved from mod/glossary/check.gif 2008-04-15 03:57:28 +00:00
question CONTRIB-490 Added support for scripted generation of questions. Calculated type not yet supported (datasets too complicated ;) 2008-06-12 09:15:16 +00:00
rss MDL-14679 towards notes conversion and regression 2008-05-31 17:44:57 +00:00
search MDL-15096 removed some obsoleted installation code 2008-06-04 21:36:59 +00:00
sso MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
tag MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
theme MDL-14741: 2008-06-11 08:39:05 +00:00
user MDL-15214 there is no such field "emailenable" 2008-06-11 21:58:11 +00:00
userpix MDL-14679 towards /user conversion 2008-05-30 22:11:31 +00:00
config-dist.php "MDL-14703, remove obsolete options, merged from MOODLE_19_STABLE" 2008-05-16 02:23:05 +00:00
file.php MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +00:00
help.php MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +00:00
index.php MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
install.php MDL-15194 adodb separation, dml database creation support 2008-06-09 20:22:11 +00:00
README.txt fixing unmerged files 2007-12-06 08:44:07 +00:00
tags Updated tags again with abstract classes etc 2008-05-28 03:49:54 +00:00
version.php Updated the HEAD build version to 20080612 2008-06-12 01:57:20 +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