Moodle - the world's open source learning platform https://moodle.org/
Find a file
2008-05-06 18:25:47 +00:00
admin MDL-14659 2008-05-06 14:51:30 +00:00
auth "MDL-14460, fix all the other get_context_instance, merged from MOODLE_19_STABLE" 2008-05-02 04:37:02 +00:00
backup "MDL-14460, fix all the other get_context_instance, merged from MOODLE_19_STABLE" 2008-05-02 04:37:02 +00:00
blocks MDL-11382 added a link 'Profil' to the administration block 2008-05-02 06:07:51 +00:00
blog "MDL-14460,fix get_context_instance, merged from MOODLE_19_STABLE" 2008-04-30 04:46:46 +00:00
calendar "MDL-14129, fix print_error" 2008-05-01 05:44:41 +00:00
course MDL-14647 fix legacy add_teacher() when approving new course 2008-05-01 22:15:02 +00:00
doc/pix cvsimport fixups -- cvshead had strayed from upstream 2007-01-04 13:15:04 +13:00
enrol "MDL-14460, fix all the other get_context_instance, merged from MOODLE_19_STABLE" 2008-05-02 04:37:02 +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 (20080504) 2008-05-04 01:22:00 +00:00
iplookup MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
lang For the overview report : MDL-14199 "Option to only show / export final grade" and MDL-14198 "Make it clear which student attempt gives the final grade, if the scoring method is first, last or highest score" 2008-05-06 17:34:39 +00:00
lib MDL-14683 remove document_file() 2008-05-06 18:23:05 +00:00
login MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
message MDL-12864 fix bad XHTML for messaging tabs, merged from 19 2008-05-02 05:15:26 +00:00
mnet MDL-14659 2008-05-06 14:59:39 +00:00
mod MDL-14712 Remove function hotpot_get_report_users() 2008-05-06 18:25:47 +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-14681 - Fix package name of question/update.php. 2008-05-06 07:34:46 +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 MDL-14678 syntax problems 2008-05-03 21:43:36 +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 "MDL-14460, fix all the other get_context_instance, merged from MOODLE_19_STABLE" 2008-05-02 04:37:02 +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-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-14645 PHP 5.2.0 now required for new installation - installer lang packs will be updated automatically later by cron job on cvs.moodle.org 2008-05-01 21:40:34 +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 20080506 2008-05-06 01:53:56 +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