Moodle - the world's open source learning platform https://moodle.org/
Find a file
2012-04-03 15:55:12 +08:00
admin Merge branch 'w14_MDL-32250_m23_simpletest110' of git://github.com/skodak/moodle 2012-04-02 16:15:35 +08:00
auth Merge branch 'w12_MDL-32094_m23_phpstrict' of git://github.com/skodak/moodle 2012-03-20 16:47:17 +13:00
backup MDL-32095 fix backup API to be E_STRICT compatible 2012-03-26 16:04:16 +02:00
blocks MDL-30482 - Glossary - Fixing the capability controls for the recent activity block 2012-03-22 16:19:38 +08:00
blog MDL-31301 use static textlib methods 2012-03-03 11:46:13 +01:00
calendar MDL-30904 Calendar: Event links are descriptive with hidden event name, for screen readers 2012-03-30 13:01:11 +08:00
cohort MDL-31807 fix invalid nulls in cohort components 2012-03-03 10:56:31 +01:00
comment MDL-28592 blocks: changing the arguments to moodle_url::out() 2012-03-20 10:57:12 +08:00
course Revert "Merge branch 'MDL-31914-master-4' of git://git.luns.net.uk/moodle" 2012-03-29 16:07:30 +08:00
enrol MDL-32095 fix event handler classes to be E_STRICT compatible 2012-03-26 16:04:47 +02:00
error MDL-30260 message: added /message/upgrade.txt, checked calls to message_send() are supplying user.emailstop and improved message_send() to handle message requests that don't 2011-11-30 10:02:45 +08:00
files
filter MDL-32095 some more E_STRICT fixes 2012-03-26 11:47:15 +02:00
grade Merge branch 'MDL-31818_grader_paging' of git://github.com/andyjdavis/moodle 2012-03-20 13:20:03 +08:00
group Merge branch 'w12_MDL-32090_m23_groupui' of git://github.com/skodak/moodle 2012-03-19 20:33:48 +13:00
install Automatically generated installer lang files 2012-03-29 00:31:42 +00:00
iplookup MDL-31301 use static textlib methods 2012-03-03 11:46:13 +01:00
lang Merge branch 'MDL-32142-master-1' of git://git.luns.net.uk/moodle 2012-03-26 12:01:29 +13:00
lib Merge branch 'wip-MDL-32171-master' of git://github.com/marinaglancy/moodle 2012-04-03 11:42:58 +08:00
local
login MDL-28998 libraries: Using default value of 0 for userid during login 2012-03-14 10:51:52 +13:00
message Merge branch 'MDL-31869_message_search_roles' of git://github.com/andyjdavis/moodle 2012-03-27 09:58:44 +08:00
mnet MDL-31985 remove text sizes from all install.xml files 2012-03-11 15:55:37 +01:00
mod MDL-17327 database : fixed comparisions in sql to be cross db compatible in data_get_advanced_search_sql() 2012-04-03 15:06:09 +08:00
my
notes MDL-29195 Remove duplicate Participants -> Notes from navbar 2011-12-08 12:07:50 +00:00
pix
plagiarism
portfolio MDL-27982 drop UNSIGNED attributes from all install.xml files 2012-03-06 12:01:10 +01:00
question Merge branch 'MDL-32220' of git://github.com/timhunt/moodle 2012-04-03 11:09:31 +08:00
rating MDL-30990 - Docblock cleanup for Ratings API 2012-03-02 07:47:08 +08:00
report Merge branch 'MDL-30298_master' of git://github.com/lazydaisy/moodle 2012-03-13 11:55:54 +13:00
repository Merge branch 'wip-MDL-32171-master' of git://github.com/marinaglancy/moodle 2012-04-03 11:42:58 +08:00
rss MDL-32094 fix various E_STRICT compatibility problems 2012-03-18 18:37:24 +01:00
tag MDL-31867 tags: Improve performance of course_get_tagged_courses() 2012-03-30 09:42:43 +08:00
theme Merge branch 'wip-MDL-32264-m23' of git://github.com/samhemelryk/moodle 2012-04-02 10:17:35 +08:00
user Merge branch 'wip-mdl-31654' of git://github.com/rajeshtaneja/moodle 2012-03-27 13:22:01 +08:00
userpix
webservice MDL-32094 fix various E_STRICT compatibility problems 2012-03-18 18:37:24 +01:00
.gitignore MDL-31857basic phpunit support 2012-03-21 10:31:37 +01:00
brokenfile.php
config-dist.php MDL-31685 new setting for prevention of file based locking 2012-03-24 11:37:13 +01:00
COPYING.txt
draftfile.php
file.php
help.php
index.php MDL-31534 init PAGE before require_login() 2012-03-12 13:58:01 +01:00
install.php
phpunit.xml.dist MDL-31857 phpunit: PHPDoc and typo fixes during integration 2012-03-22 10:45:17 +13:00
pluginfile.php MDL-28646 Web service: core_course_get_contents() 2011-11-28 16:22:38 +08:00
README.txt
tags.txt
TRADEMARK.txt
version.php weekly release 2.3dev 2012-03-29 13:25:53 +02:00

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


Good luck and have fun!
Martin Dougiamas, Lead Developer