Moodle - the world's open source learning platform https://moodle.org/
Find a file
2013-11-12 20:07:05 +01:00
admin Merge branch 'MDL-42728-en_fix' of git://github.com/mudrd8mz/moodle 2013-11-07 09:34:31 +08:00
auth Merge branch 'w45_MDL-42602_m26_userloginevent' of https://github.com/skodak/moodle 2013-11-06 10:21:35 +08:00
backup MDL-42737 ActionMenu: Close the menu after selecting actions 2013-11-06 17:16:49 +08:00
badges MDL-39923 badges: Fix unit tests 2013-11-07 21:48:01 +13:00
blocks MDL-42806 block_mentees: can only be docked if it has a valid title set. 2013-11-11 17:18:23 +08:00
blog MDL-42584 Events: modified get_description in events 2013-10-29 15:24:23 +08:00
cache MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
calendar MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
cohort
comment
completion MDL-40975 course: Adapt behat tests to the new course editing interface 2013-11-06 11:41:00 +08:00
course Merge branch 'wip-MDL-42672-master' of git://github.com/marinaglancy/moodle 2013-11-12 20:07:05 +01:00
enrol MDL-40975 course: Adapt behat tests to the new course editing interface 2013-11-06 11:41:00 +08:00
error
files MDL-42631 Filepicker: swap the alt attribute to a title attribute to help usability 2013-11-04 16:34:02 +08:00
filter MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
grade MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
group Merge branch 'MDL-42276_master' of https://github.com/markn86/moodle 2013-11-12 15:11:19 +11:00
install Automatically generated installer lang files 2013-10-28 00:46:40 +00:00
iplookup
lang Merge branch 'MDL-42824-master-int' of git://github.com/FMCorz/moodle 2013-11-12 15:00:57 +11:00
lib Merge branch 'w46_MDL-42503_m26_stringfilters' of https://github.com/skodak/moodle 2013-11-12 14:22:28 +08:00
local
login Merge branch 'wip-mdl-41811' of git://github.com/rajeshtaneja/moodle 2013-10-28 15:37:05 +08:00
message MDL-42754 Messages: Fixed typo 2013-11-11 17:20:26 +08:00
mnet MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
mod Merge branch 'wip-MDL-42672-master' of git://github.com/marinaglancy/moodle 2013-11-12 20:07:05 +01:00
my
notes MDL-42583 events: Fix snapshot issues with note events 2013-10-31 13:43:37 +08:00
pix NOBUG: Fixed SVG browser compatibility 2013-11-06 20:26:46 +08:00
plagiarism
portfolio MDL-42668 portfolio_boxnet: Do not run upgrade multiple times 2013-11-07 15:35:24 +08:00
question Merge branch 'wip-MDL-40612-master-one' of git://github.com/abgreeve/moodle 2013-11-11 13:10:44 +08:00
rating
report Merge branch 'MDL-42701' of git://github.com/stronk7/moodle 2013-11-05 13:10:52 +08:00
repository Merge branch 'MDL-42573-master' of git://github.com/danpoltawski/moodle 2013-11-12 03:27:22 +01:00
rss
tag MDL-41339 Tags - use uppercase for SQL keywords (AS) 2013-10-23 12:00:01 +08:00
theme NOBUG: convert tabs to whitespaces 2013-11-11 21:34:48 +11:00
user Merge branch 'wip-MDL-42762-master' of git://github.com/abgreeve/moodle 2013-11-12 13:53:08 +08:00
userpix
webservice MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
.gitignore
.jshintrc
.shifter.json
behat.yml.dist
brokenfile.php
composer.json
config-dist.php MDL-42387 standardise file lifetime handling 2013-11-01 10:42:18 +01:00
COPYING.txt
draftfile.php
file.php MDL-42387 standardise file lifetime handling 2013-11-01 10:42:18 +01:00
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 Merge branch 'MDL-39923_master' of https://github.com/totara/openbadges 2013-11-11 10:17:07 +08: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