Moodle - the world's open source learning platform https://moodle.org/
Find a file
2013-06-18 11:22:40 +12:00
admin Merge branch 'wip-mdl-39863' of git://github.com/rajeshtaneja/moodle 2013-06-18 11:19:35 +12:00
auth MDL-16982 Administration: Moved bulk action outside loop and using profile api to save data 2013-06-17 12:55:09 +08:00
backup
badges
blocks Merge branch 'wip-MDL-40142-m26' of git://github.com/samhemelryk/moodle 2013-06-17 10:43:29 +10:00
blog
cache Merge branch 'MDL-39474-master' of git://github.com/sammarshallou/moodle 2013-06-17 15:36:15 +08:00
calendar
cohort
comment
completion
course Merge branch 'MDL-40109_master' of git://github.com/dmonllao/moodle 2013-06-18 11:08:45 +12:00
enrol
error
files
filter
grade
group
install Automatically generated installer lang files 2013-06-13 00:41:25 +00:00
iplookup
lang
lib Merge branch 'w25_MDL-40210_m26_badgescaps' of git://github.com/skodak/moodle 2013-06-18 00:55:53 +02:00
local
login
message
mnet
mod Merge branch 'wip-MDL-26998-master' of git://github.com/abgreeve/moodle 2013-06-18 11:22:40 +12:00
my
notes Merge branch 'MDL-40010_master' of https://github.com/markn86/moodle 2013-06-11 13:05:25 +08:00
pix
plagiarism
portfolio
question Merge branch 'MDL-31680' of https://github.com/ppichet/moodle 2013-06-17 14:53:19 +08:00
rating
report Merge branch 'MDL-39964-master' of git://github.com/danpoltawski/moodle 2013-06-12 09:04:22 +12:00
repository
rss
tag
theme Merge branch 'MDL-39626_master' of git://github.com/kordan/moodle 2013-06-18 11:03:21 +12:00
user Merge branch 'MDL-30132_master' of git://github.com/lazydaisy/moodle 2013-06-18 10:27:11 +12:00
userpix
webservice
.gitignore
.jshintrc
.shifter.json
behat.yml.dist
brokenfile.php
composer.json Revert "MDL-39489 behat: Updating to 2.6 moodlehq/behat-extension tag" 2013-06-12 16:08:50 +08:00
config-dist.php
COPYING.txt
draftfile.php
file.php
help.php
help_ajax.php
index.php
install.php MDL-39474 Library: Make a fast way to check developer debug mode 2013-06-11 16:29:00 +01:00
mdeploy.php
mdeploytest.php
phpunit.xml.dist
pluginfile.php
README.txt
tags.txt
TRADEMARK.txt
version.php Merge branch 'MDL-33562-master' of git://github.com/danpoltawski/moodle 2013-06-18 00:40:36 +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
   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