Moodle - the world's open source learning platform https://moodle.org/
Find a file
2013-12-17 18:39:31 +08:00
admin MDL-42625 behat: Fixing failures 2013-12-12 13:41:07 +08:00
auth MDL-33925: auth_imap: add self-signed cert support 2013-12-12 12:52:51 +01:00
backup MDL-43232 JavaScript: Correct typo when cancelling the confirmcancel 2013-12-11 13:29:46 +08:00
badges
blocks Merge branch 'MDL-42625_master' of git://github.com/dmonllao/moodle 2013-12-10 23:29:06 +01:00
blog
cache
calendar
cohort
comment MDL-40058 Events: Replaced add_to_log for page comments to event 2013-12-11 13:53:00 +11:00
completion
course MDL-42625 behat: Fixing failures 2013-12-12 13:41:07 +08:00
enrol MDL-31410 paypal: fix problem on notifications 2013-12-12 02:27:53 +01:00
error
files
filter
grade
group
install Automatically generated installer lang files 2013-12-13 00:42:11 +00:00
iplookup
lang MDL-40058 Events: Replaced add_to_log for page comments to event 2013-12-11 13:53:00 +11:00
lib MDL-43404 behat: Form change checker disabled when running behat 2013-12-17 18:39:31 +08:00
local
login
message
mnet
mod MDL-40058 mod_wiki: trigger event on page map view 2013-12-12 13:08:18 +11:00
my
notes
pix
plagiarism
portfolio
question Merge branch 'MDL-42625_master' of git://github.com/dmonllao/moodle 2013-12-10 23:29:06 +01:00
rating
report
repository MDL-42625 behat: Fixing ExpectationException::__construct() call 2013-12-11 17:02:46 +08:00
rss
tag
theme Merge branch 'MDL-42796-master' of git://github.com/andrewnicols/moodle 2013-12-11 11:13:32 +13:00
user MDL-42625 behat: Fixing failures 2013-12-12 13:41:07 +08:00
userpix
webservice
.gitignore
.jshintrc
.shifter.json
behat.yml.dist
brokenfile.php
composer.json
config-dist.php Merge branch 'MDL-43087a' of https://github.com/srynot4sale/moodle 2013-12-10 08:36:39 +13:00
COPYING.txt
draftfile.php
file.php
help.php
help_ajax.php
index.php
install.php
mdeploy.php
mdeploytest.php
phpunit.xml.dist
pluginfile.php
README.txt
tags.txt
TRADEMARK.txt
version.php weekly release 2.7dev 2013-12-13 16:59:10 +13: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
   its 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