Moodle - the world's open source learning platform https://moodle.org/
Find a file
2008-05-14 16:43:44 +00:00
admin MDL-14183 guest type role not allowed in defaultuserroleid anymore, because it was causing trouble in many places; admins must choose another role if guest role detected in this setting; merged from MOODLE_19_STABLE 2008-05-12 14:05:46 +00:00
auth "MDL-14129, fix print_error" 2008-05-08 07:06:41 +00:00
backup MDL-12037 - backup does not report errors correctly in backup_module() 2008-05-13 00:41:34 +00:00
blocks MDL-14451 removed pre 1.9 upgrade code 2008-05-11 18:55:00 +00:00
blog "MDL-14460,fix get_context_instance, merged from MOODLE_19_STABLE" 2008-04-30 04:46:46 +00:00
calendar MDL-11113: simplify the code - use only one function to check for html editor availability 2008-05-07 07:40:50 +00:00
course MDL-14378 When deleting course category deal with everything that depends on its context; merged from MOODLE_19_STABLE 2008-05-13 22:04:06 +00:00
doc/pix cvsimport fixups -- cvshead had strayed from upstream 2007-01-04 13:15:04 +13:00
enrol "MDL-14129, fix print_error" 2008-05-14 05:56:10 +00:00
error "MDL-14129, fix print_error calls" 2008-05-07 06:19:59 +00:00
files XHTML minor fix. MDL-14836 ; merged from 19_STABLE 2008-05-14 16:43:44 +00:00
filter MDL-14460, fix get_context_instance, see tracker 2008-04-23 08:07:42 +00:00
grade "MDL-14129, fix print_error" 2008-05-14 08:24:19 +00:00
group "MDL-14129, fix print_error" 2008-05-14 06:15:56 +00:00
install MDL-14656 Make welcome.html XHTML compliant, merged from 19 2008-05-12 05:19:24 +00:00
iplookup "MDL-14129, fix netgeo print_error" 2008-05-14 08:27:16 +00:00
lang Adding a missing string for print_error('errortoomanylogins'); in update_login_count() of lib/moodlelib.php. - amendment for previous commit. 2008-05-14 11:16:40 +00:00
lib "MDL-14129, fix print_error" 2008-05-14 08:37:38 +00:00
login MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
message MDL-12300 message window does show date now, merged from 19 2008-05-08 03:49:51 +00:00
mnet MDL-14659 2008-05-06 14:59:39 +00:00
mod MDL-14201 "Summary graph" - small improvement to robustness for sql. 2008-05-14 11:18:04 +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, remove all the other error() call 2008-04-04 02:54:20 +00:00
pix MDL-8188, moved from mod/glossary/check.gif 2008-04-15 03:57:28 +00:00
question MDL-14451 removed 1.4 compatibility code 2008-05-12 22:56:48 +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 fixes \ / issue (Win/Linux) 2008-05-10 18:32:07 +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-13424: Tags are automatically cleaned on cron run. (merge from 1.9) 2008-05-02 01:15:35 +00:00
theme Merged RTL fix for orangewhite theme 2008-05-13 08:05:32 +00:00
user MDL-11719 increased size of idnumber in user table - needed for some enrolment plugins; merged from MOODLE_19_STABLE 2008-05-12 14:38:45 +00:00
userpix MDL-14460, fix get_context_instance, merged from MOODLE_19_STABLE, see tracker. 2008-04-22 06:24:14 +00:00
config-dist.php "MDL-14538, remove duplicated settings, see tracker, merged from MOODLE_19_STABLE" 2008-04-30 03:55:11 +00:00
file.php "MDL-14129, fix print_error call" 2008-04-30 04:09:29 +00:00
help.php "MDL13233, fix unclosed li elements, and remove extra <html> tags, see tracker" 2008-05-01 02:46:09 +00:00
index.php "MDL-14129, fix print_error call" 2008-04-30 04:09:29 +00:00
install.php MDL-14716 Install script: icon image are now displayed on the Server Checks page, merged from19 2008-05-08 03:08: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 20080514 2008-05-14 01:58:47 +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