Moodle - the world's open source learning platform https://moodle.org/
Find a file
2008-07-08 18:22:18 +00:00
admin MDL-15413 warn admins if display_errors enabled 2008-07-07 14:34:40 +00:00
auth MDL-9983, MDL-13998 core events related cleanup; merged from MOODLE_19_STABLE 2008-07-06 17:57:06 +00:00
backup MDL-13383 fixed restore form; merged from MOODLE_19_STABLE 2008-07-07 22:35:23 +00:00
blocks MDL-14237: Removing calls to html_entity_decode, along with some syntax cleanup (merge from 1.9) 2008-07-07 07:19:24 +00:00
blog MDL-14237: Removing all remaining tag-related uses of html_entity_decode (merge from 1.9) 2008-07-07 07:45:51 +00:00
calendar MDL-15519: [Accessibility] Added heading tags around current month on monthly calendar view (and changed default styling so this doesn't affect appearance). 2008-07-03 14:16:22 +00:00
course MDL-9983, MDL-13998 core events related cleanup; merged from MOODLE_19_STABLE 2008-07-06 17:57:06 +00:00
enrol fix skodak's fix. add a } char to table name. 2008-07-05 12:22:57 +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 MDL-14035 fixed user images on user report; merged from MOODLE_19_STABLE 2008-07-05 16:14:08 +00:00
group MDL-9983 role_unassign should not touch group members table directly - we need events; merged from MOODLE_19_STABLE 2008-07-06 22:54:46 +00:00
install Automatic installer.php lang files by installer_builder (20080708) 2008-07-08 01:18:14 +00:00
iplookup MDL-14679 2008-05-31 17:48:51 +00:00
lang MDL-15538 - Rework attempt.php to use attemptlib.php - I had broken processing of submitted responses. Hopefully it is fixed again now. 2008-07-08 18:22:18 +00:00
lib MDL-15538 - Rework attempt.php to use attemptlib.php - I had broken processing of submitted responses. Hopefully it is fixed again now. 2008-07-08 18:22:18 +00:00
login MDL-9983, MDL-13998 core events related cleanup; merged from MOODLE_19_STABLE 2008-07-06 17:57:06 +00:00
message MDL-15516 prvent access to deleted profiles and other user areas 2008-07-05 14:52:39 +00:00
mnet MDL-15476 2008-06-30 14:55:48 +00:00
mod MDL-15538 - Rework attempt.php to use attemptlib.php - I had broken processing of submitted responses. Hopefully it is fixed again now. 2008-07-08 18:22:18 +00:00
my "MDL-14460, fix get_context_instance, merged from MOODLE_19_STABLE" 2008-05-01 06:07:24 +00:00
notes MDL-15516 prvent access to deleted profiles and other user areas 2008-07-05 14:52:39 +00:00
pix "MDL-15348, adding a loading image for repository file picker, created by http://www.ajaxload.info/" 2008-07-07 06:16:04 +00:00
question MDL-11905 - Users with the capability to export questions may not have the capability to access backupdata. Therefore we need to change where question export files are stored. Merged from the 1.9 stable branch. 2008-07-08 11:23:31 +00:00
repository MDL-15349, cache enabled lib.php. 2008-07-08 05:02:41 +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-14237: Removing all remaining tag-related uses of html_entity_decode (merge from 1.9) 2008-07-07 07:45:51 +00:00
theme Fixed MDL-13832 2008-07-03 22:07:22 +00:00
user MDL-14237: Removing all remaining tag-related uses of html_entity_decode (merge from 1.9) 2008-07-07 07:45:51 +00:00
userpix "MDL-14129,fix print_error" 2008-06-15 09:19:10 +00:00
config-dist.php MDL-15476 2008-06-30 15:01:24 +00:00
file.php MDL-13776 assignment attachment access now verified in module context; merged from MOODLE_19_STABLE 2008-07-05 14:18:30 +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 20080708 2008-07-08 01:37:14 +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