Moodle - the world's open source learning platform https://moodle.org/
Find a file
stronk7 a3bf516d75 Check for ints being inserted into text (clob) fieds to cast them to string.
Affects insert_record(), update_record() and set_field_xx(). MDL-15460
2008-06-28 21:09:10 +00:00
admin Drift between CVS and git 2008-06-25 17:31:23 +00:00
auth Drift between CVS and git 2008-06-25 17:31:23 +00:00
backup Drift between CVS and git 2008-06-25 17:31:23 +00:00
blocks MDL-15447 2008-06-27 13:12:21 +00:00
blog MDL-15392: fix output sanitization and put permalink back, in a xhtml-strict compliant way. (Merge from 1.9) 2008-06-27 04:02:31 +00:00
calendar "MDL-10633, fix dobule quote in calendar, merged from MOODLE_19_STABLE" 2008-06-27 03:12:56 +00:00
course MDL-15413 Merged prevention of direct access from 1.9 2008-06-27 03:35:22 +00:00
enrol Drift between CVS and git 2008-06-25 17:31:23 +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 Drift between CVS and git 2008-06-25 17:31:23 +00:00
grade Drift between CVS and git 2008-06-25 17:31:23 +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 (20080626) 2008-06-26 01:19:57 +00:00
iplookup MDL-14679 2008-05-31 17:48:51 +00:00
lang MDL-15452 - Put the OU quiz navigation improvements into the Moodle codebase 2008-06-27 18:04:48 +00:00
lib Check for ints being inserted into text (clob) fieds to cast them to string. 2008-06-28 21:09:10 +00:00
login Drift between CVS and git 2008-06-25 17:31:23 +00:00
message MDL-14741: reverse previous change to code formatting. 2008-06-18 09:17:09 +00:00
mnet Drift between CVS and git 2008-06-25 17:31:23 +00:00
mod MDL-15455 fixed incomplete dml query conversion 2008-06-28 11:10:33 +00:00
my "MDL-14460, fix get_context_instance, merged from MOODLE_19_STABLE" 2008-05-01 06:07:24 +00:00
notes "MDL-14129, fix print_error" 2008-06-13 06:50:06 +00:00
pix Drift between CVS and git 2008-06-25 17:31:23 +00:00
question MDL-15139 - Cannot create Random Short Answer questions becuase the validation code is buggy. Fix thanks to Paul-Andre Chasse. 2008-06-26 13:13:06 +00:00
repository MDL-15348, initial revision of file picker. 2008-06-27 08:52:54 +00:00
rss Drift between CVS and git 2008-06-25 17:31:23 +00:00
search Drift between CVS and git 2008-06-25 17:31:23 +00:00
sso MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
tag MDL-15345: prevent problem while running tag_compute_correlations under pgsql. (merge from 1.9) 2008-06-23 04:31:41 +00:00
theme Drift between CVS and git 2008-06-25 17:31:23 +00:00
user Drift between CVS and git 2008-06-25 17:31:23 +00:00
userpix "MDL-14129,fix print_error" 2008-06-15 09:19:10 +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-11461 all ressource types are now displayed in the ressource help popup, merged from 1.9 2008-06-17 02:00:54 +00:00
index.php Drift between CVS and git 2008-06-25 17:31:23 +00:00
install.php MDL-14679 var_export now used instead of addsingleslashes in installer; refactored the database setting initialisation 2008-06-22 22:53:40 +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 20080628 2008-06-28 01:31:42 +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