Moodle - the world's open source learning platform https://moodle.org/
Find a file
2008-05-27 13:42:26 +00:00
admin MDL-3381: Remove all remaining core calls to ctype_* functions and make ctype a recommended optional library. (backport from 1.9) 2008-05-01 08:07:53 +00:00
auth MDL-14987 Default attribute for Active Directory password expiry is missing 2008-05-25 21:43:09 +00:00
backup Backporting from HEAD some recent improvements in order to be able 2008-04-27 01:49:44 +00:00
blocks MDL-11382 added a link 'Profil' to the administration block. 2008-05-02 06:18:06 +00:00
blog Added some require_logins to set up themes and lang MDL-10833 2007-10-07 09:25:51 +00:00
calendar Prevent race condition in event creation. MDL-5956. 2007-12-28 18:39:50 +00:00
course MDL-14797 - Error when moving a course to an empty category on Postgres 2008-05-12 10:44:40 +00:00
enrol Prevent excess of unenolments by enrol_database_sync.php. MDL-8550 ; backported from HEAD 2008-05-11 23:56:13 +00:00
error MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead 2007-01-04 21:32:36 +00:00
files "MDL-14820, escape filename" 2008-05-14 05:21:01 +00:00
filter MDL-8992 eoas hack added only when really needed, removed slow fullclone; backported from MOODLE_19_STABLE 2007-12-15 13:22:10 +00:00
grade MDL-12320, problem viewing grades with separate groups 2007-11-23 04:12:12 +00:00
group MDL-13029 Typo in groups_members_join_sql - patch by Chris Bandy 2008-01-18 10:31:00 +00:00
install Automatic installer.php lang files by installer_builder (20080523) 2008-05-23 01:49:17 +00:00
iplookup MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed 2007-01-08 19:34:16 +00:00
lang MDL-3381: Remove all remaining core calls to ctype_* functions and make ctype a recommended optional library. (backport from 1.9) 2008-05-01 08:07:53 +00:00
lib Backporting MDL-14495 to 18_STABLE 2008-05-13 02:16:53 +00:00
login MDL-10611 - backslashes in username get doubled up with an nonsuccessful log in 2007-12-23 16:39:57 +00:00
message MDL-14590 - Spellchecker now working in the messaging system too (backport from 1.9) 2008-05-01 05:21:11 +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:26 +00:00
mod MDL-13860 - Fixed mistyped function call to 'scorm_seq_overall'. This was preventing some SCORM navigation from continuing in our tests - but only if debugging was turned off! 2008-05-21 16:34:04 +00:00
my MDL-14091, fix myMoodle courses list sort order, Thanks Iñaki 2008-04-09 02:45:33 +00:00
pix MDL-8188, copy check.gif from mod/glossary to here, see tracker 2008-04-15 03:40:13 +00:00
question MDL-14764 - Imported multichoice questions may have a blank answernumbering value, which results in an "ERR" prefix to all answers' text. Thanks to Nate H for the fix. 2008-05-27 13:42:26 +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 MDL-14770, $course_id error 2008-05-09 21:51:00 +00:00
sso Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags 2007-10-10 21:09:18 +00:00
theme MDL-8188, add approve.gif to chameleon theme 2008-04-17 02:29:33 +00:00
user MDL-14557 PostgreSQL+empty integer problem: user/editadvanced_form.php - credit goes to David Mudrak 2008-04-25 14:41:28 +00:00
userpix Backporting MDL-12407 to 18_STABLE. Fix was missing there. 2007-12-10 09:37:34 +00:00
config-dist.php we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left 2006-11-11 17:23:20 +00:00
file.php Backporting MDL-14495 to 18_STABLE 2008-05-13 02:16:53 +00:00
help.php MDL-12291 help.php is now able to skip _local langpacks 2008-01-19 21:54:04 +00:00
index.php MDL-11436, Encapsulate "accesshide" HTML class in function, and use. Merged. 2007-09-25 11:39:55 +00:00
install.php MDL-14716 Install script: icon image are now displayed on the Server Checks page, merged from19 2008-05-08 03:09:50 +00:00
README.txt Removed empty lines 2006-04-29 19:36:56 +00:00
tags Latest tags for 1.8 2008-01-28 03:15:40 +00:00
version.php Updated the 18 build version to 20080527 2008-05-27 02:07:24 +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