Moodle - the world's open source learning platform https://moodle.org/
Find a file
2008-08-13 04:09:13 +00:00
admin MDL-15402, add admin setting page, to meet requirement, make some changes to repository base class. 2008-08-13 04:09:13 +00:00
auth MDL-15933 Require jump destination MNET peer to be non-deleted. 2008-08-11 04:48:00 +00:00
backup Fixing typo causing restore not to work within 19_STABLE branch (BC). MDL-15282 ; merged from 19_STABLE 2008-08-06 16:43:40 +00:00
blocks MDL-15941 block view permissions override regression fixed 2008-08-06 05:07:46 +00:00
blog MDL-14589 initial file storage implementation, temporary file manager, migration of course files; blog conversion MDL-15905; assignment conversion MDL-15904; fromslib related file improvements MDL-15906 2008-07-31 22:15:30 +00:00
calendar MDL-15519 sorry I'm an idiot, that should have been H3 not H2 2008-07-14 11:20:07 +00:00
course MDL-12198 2008-08-08 05:25:54 +00:00
enrol Messaging 2.0 fix. 2008-08-07 11:42:09 +00:00
error MDL-10107 - Removed old email_to_user with we still arround and added default message processor for user, 2008-08-02 00:04:29 +00:00
files MDL-14589 fixed file manager link 2008-08-03 21:08:15 +00:00
filter Drift between CVS and git 2008-06-25 17:31:23 +00:00
grade MDL-16011 send_temp_file() now used in grades xml export 2008-08-12 15:16:06 +00:00
group MDL-14589 initial file storage implementation, temporary file manager, migration of course files; blog conversion MDL-15905; assignment conversion MDL-15904; fromslib related file improvements MDL-15906 2008-07-31 22:15:30 +00:00
install Automatic installer.php lang files by installer_builder (20080812) 2008-08-12 01:24:48 +00:00
iplookup MDL-14679 2008-05-31 17:48:51 +00:00
lang MDL-15402, add admin setting page, to meet requirement, make some changes to repository base class. 2008-08-13 04:09:13 +00:00
lib MDL-15402, add admin setting page, to meet requirement, make some changes to repository base class. 2008-08-13 04:09:13 +00:00
login MDL-15682 Fixed, merged from MOODLE_19_STABLE 2008-07-23 05:23:43 +00:00
message MDL-10107 - New mockup for message editing preferences 2008-08-03 01:09:20 +00:00
mnet MDL-12558 modify emails as they are being sent 2008-08-03 23:24:12 +00:00
mod MDL-12797 - Site-wide quiz default time-limit was not working. The default was being used, but the enabled state was not being initialised correctly for the form field. 2008-08-13 03:17:49 +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-15498: Completion system 2008-07-28 12:31:29 +00:00
portfolio MDL-15777 more fixes for portfolio to use file api 2008-08-12 13:17:34 +00:00
question MDL-15885 2008-08-04 10:20:51 +00:00
repository MDL-15402, add admin setting page, to meet requirement, make some changes to repository base class. 2008-08-13 04:09:13 +00:00
rss Drift between CVS and git 2008-06-25 17:31:23 +00:00
search MDL-14129, remove error() and white space in search module. 2008-07-21 08:28:26 +00:00
sso MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
tag MDL-15345: Fix in sql query, for postgres. (merge from 1.9) 2008-08-06 02:39:19 +00:00
theme Fixed homelink color. 2008-07-29 00:19:05 +00:00
user MDL-15402, add admin setting page, to meet requirement, make some changes to repository base class. 2008-08-13 04:09:13 +00:00
userpix MDL-14279: use get_file_url instead of checking $CFG->slashargument manually (merge from 1.9) 2008-07-10 09:55:11 +00:00
config-dist.php MDL-14589 initial file storage implementation, temporary file manager, migration of course files; blog conversion MDL-15905; assignment conversion MDL-15904; fromslib related file improvements MDL-15906 2008-07-31 22:15:30 +00:00
draftfile.php MDL-14589 initial file storage implementation, temporary file manager, migration of course files; blog conversion MDL-15905; assignment conversion MDL-15904; fromslib related file improvements MDL-15906 2008-07-31 22:15:30 +00:00
file.php MDL-14589 initial file storage implementation, temporary file manager, migration of course files; blog conversion MDL-15905; assignment conversion MDL-15904; fromslib related file improvements MDL-15906 2008-07-31 22:15: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-16008 fixed $CFG->release warning in isntaller 2008-08-12 15:39:18 +00:00
pluginfile.php fixed comment typo 2008-08-12 15:54:55 +00:00
README.txt fixing unmerged files 2007-12-06 08:44:07 +00:00
tags New tags file 2008-07-31 08:22:21 +00:00
userfile.php MDL-14589 initial file storage implementation, temporary file manager, migration of course files; blog conversion MDL-15905; assignment conversion MDL-15904; fromslib related file improvements MDL-15906 2008-07-31 22:15:30 +00:00
version.php Updated the HEAD build version to 20080813 2008-08-13 01:40:42 +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