Moodle - the world's open source learning platform https://moodle.org/
Find a file
Dan Poltawski 5f38edeefd MDL-42882 upgrade: unit tests for root folders upgrade
Just verifying the original behaviour
2014-02-03 17:30:20 +08:00
admin MDL-43480 behat: Adding @_file_upload and @_alert tags 2014-01-17 10:42:22 +08:00
auth MDL-43642 behat: Setting the correct files @package 2014-01-10 17:47:49 +08:00
backup Merge branch 'wip-mdl-43306-m26' of git://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE 2014-01-20 09:45:44 +08:00
badges MDL-43480 behat: Adding @_file_upload and @_alert tags 2014-01-17 10:42:22 +08:00
blocks Merge branch 'wip-MDL-43333-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE 2014-01-21 02:01:35 +01:00
blog MDL-42625 behat: Step definitions + related changes in features 2013-12-06 15:53:55 +08:00
cache MDL-43734: Prevent purging of all user session cache 2014-01-27 00:28:53 +01:00
calendar
cohort MDL-43480 behat: Adding @_file_upload and @_alert tags 2014-01-17 10:42:22 +08:00
comment MDL-43700 reports: Update to the sql in the comment locallib to include additional name fields. 2014-01-15 12:05:40 +08:00
completion MDL-43717 behat: Replacing 2050 for a date eariler than the max timestamp 32bit limit 2014-01-17 10:37:27 +08:00
course Merge branch '43688-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE 2014-01-28 00:00:16 +01:00
enrol MDL-43373 core_enrol: Display enrolments dimmed if outside of start or end times 2014-01-07 10:44:29 +08:00
error
files MDL-43480 behat: Removing @_only_local tags from steps where it is not necessary 2014-01-17 10:42:22 +08:00
filter MDL-38698 filter_urltolink: Remove performance test in Unit Test 2013-12-17 07:06:01 +01:00
grade Merge branch 'MDL-41688-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE 2014-01-21 09:37:04 +08:00
group Merge branch 'wip-MDL-43800-m26' of git://github.com/marinaglancy/moodle into MOODLE_26_STABLE 2014-01-27 12:02:36 +01:00
install Automatically generated installer lang files 2014-01-27 00:42:36 +00:00
iplookup
lang Merge branch 'MDL-39661-26' of git://github.com/FMCorz/moodle into MOODLE_26_STABLE 2014-01-13 08:54:23 +08:00
lib MDL-42882 upgrade: unit tests for root folders upgrade 2014-02-03 17:30:20 +08:00
local
login MDL-43488 remoe city and country requirement from signup 2014-01-12 18:23:56 +08:00
message MDL-43757 messaging: Behat feature to test participants messaging 2014-01-24 15:12:12 +08:00
mnet
mod Merge branch 'MDL-43874_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE 2014-01-27 23:53:33 +01:00
my
notes
pix
plagiarism
portfolio MDL-43590 Merge English strings from the en_fix language pack 2014-01-09 01:11:59 +01:00
question Merge branch 'MDL-43246_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE 2014-01-28 12:16:26 +13:00
rating
report Merge branch 'wip-mdl-43765-m26' of https://github.com/rajeshtaneja/moodle into MOODLE_26_STABLE 2014-01-27 19:23:35 +01:00
repository MDL-42928 Filepicker: Disable behat tests run by phantom 2014-01-30 17:13:56 +08:00
rss
tag
theme Merge branch 'MDL-42928-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE 2014-01-28 12:22:56 +01:00
user MDL-42883 Administration: Check sessionkey before taking action on user profile fields 2014-01-06 13:58:59 +08:00
userpix
webservice
.gitignore
.jshintrc
.shifter.json
behat.yml.dist
brokenfile.php
composer.json MDL-43423 behat: Running hooks before and after each step of a chained step 2013-12-17 18:14:48 +08:00
config-dist.php MDL-43439 behat: Save the screenshots to the specified location 2014-01-14 15:24:09 +08: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.6.1+ 2014-01-31 14:11:19 +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