Moodle - the world's open source learning platform https://moodle.org/
Find a file
2008-04-28 10:02:41 +00:00
admin MDL-3381 - Remove all remaining core calls to ctype_* functions in 1.9, and make ctype required for 2.0. (merge from 1.9) 2008-04-24 03:07:59 +00:00
auth MDL-14543 fixed broken deleting from auth sync - credit goes to Juris Treibahs ; merged from MOODLE_19_STABLE 2008-04-25 13:22:02 +00:00
backup Fixed typo causing restore to existing courses not to work. MDL-14549 ; merged from 19_STABLE 2008-04-24 21:49:07 +00:00
blocks glossary->id for block is now properly recoded by restore. MDL-4934 ; merged from 19_STABLE 2008-04-27 01:56:08 +00:00
blog MDL-14129, fix print_error call 2008-04-24 02:24:49 +00:00
calendar MDL-14476: Made 'fake blocks' in calendar and elsewhere more consistent with real blocks (so styling themes is easier) 2008-04-22 14:14:47 +00:00
course MDL-14129, fix print_error 2008-04-26 11:02:51 +00:00
doc/pix cvsimport fixups -- cvshead had strayed from upstream 2007-01-04 13:15:04 +13:00
enrol MDL-14460, fix get_context_instance, see tracker 2008-04-26 11:06:11 +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-14460, fix get_context_instance, see tracker 2008-04-23 08:07:42 +00:00
grade MDL-14163 YUI implementation complete, new grader_report preference and admin setting for enabling ajax. 2008-04-18 19:30:28 +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 (20080425) 2008-04-25 01:18:37 +00:00
iplookup MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
lang some new strings for the new multiplechoice item 2008-04-28 10:02:41 +00:00
lib MDL-14569 - Remove linked tags when deleting users. (merge from 1.9) 2008-04-28 08:35:21 +00:00
login MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
message Merged MDL-14483 from 1.9: Use the recipient language to send email 2008-04-23 02:27:37 +00:00
mnet MDL-14460, fix get_context_instance, merged from MOODLE_19_STABLE, see tracker. 2008-04-22 06:24:14 +00:00
mod merge the items dropdown, radio and check to multiplechoice item 2008-04-28 09:58:09 +00:00
my MDL-14091, fix myMoodle courses list sort order, Thanks Iñaki 2008-04-09 02:46:55 +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-13982 - Performance problem when deleting questions from large question banks. Thanks to Michael Spall for this fix. Merged from MOODLE_18_STABLE. 2008-04-23 13:45:38 +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 finish resolution on merge 2008-04-15 21:46:55 +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-14150 - Make tag:edit and tag:manage more distinct - related tags and description are now editing, renaming is managing. (merge from 1.9) 2008-04-28 08:27:10 +00:00
theme MDL-14352 - General feedback for descriptions not showing up on the review page, as it should. 2008-04-22 16:17:01 +00:00
user MDL-14557 PostgreSQL+empty integer problem: user/editadvanced_form.php - credit goes to David Mudrak; merged from MOODLE_18_STABLE 2008-04-25 14:43:12 +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-13483 adding noemailever info; merged from MOODLE_19_STABLE 2008-02-25 14:30:45 +00:00
file.php New setting in require_login() to avoid certain scripts (file.php) 2008-04-25 18:55:36 +00:00
help.php MDL-14286: Help popup now includes title of help page in window <title> 2008-04-10 11:50:52 +00:00
index.php Finally fixed version of lastaccess hadling. 2008-04-15 21:46:04 +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 20080428 2008-04-28 01:49:01 +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