Moodle - the world's open source learning platform https://moodle.org/
Find a file
2014-04-30 15:12:31 +08:00
admin MDL-43557 events: fixed minor issues in existing events 2014-04-29 19:16:11 -07:00
auth MDL-45288 behat: Restricting click to .logininfo 2014-04-28 10:20:34 +07:00
availability Merge branch 'MDL-45138-master' of https://github.com/sammarshallou/moodle 2014-04-22 08:29:38 +12:00
backup MDL-45205 backup: avoid oracle incompatible query 2014-04-21 20:36:52 +08:00
badges MDL-43557 events: fixed minor issues in existing events 2014-04-29 19:16:11 -07:00
blocks Merge branch 'MDL-45315-master' of git://github.com/danpoltawski/moodle 2014-04-30 09:55:10 +08:00
blog MDL-43557 events: fixed minor issues in existing events 2014-04-29 19:16:11 -07:00
cache
calendar MDL-43557 events: fixed minor issues in existing events 2014-04-29 19:16:11 -07:00
cohort
comment
completion MDL-43557 events: fixed minor issues in existing events 2014-04-29 19:16:11 -07:00
course MDL-43557 events: fixed minor issues in existing events 2014-04-29 19:16:11 -07:00
enrol
error
files
filter MDL-44780 filter_mathjaxloader: mathjax is now at the top of the filter list 2014-04-30 08:29:14 +08:00
grade MDL-44004 grading_rubric: Ensure that score is set before using it 2014-04-24 16:21:07 +08:00
group
install MDL-44730 core_install: reduced the width of the buttons on the first few screens of the installer so they sit side by side 2014-04-25 10:39:35 +08:00
iplookup
lang MDL-43557 events: renamed event class names 2014-04-29 19:15:47 -07:00
lib Merge branch 'MDL-43557_master' of git://github.com/markn86/moodle 2014-04-30 15:12:31 +08:00
local
login MDL-45203 implement new event user_password_updated 2014-04-23 09:51:57 +08:00
message MDL-43557 events: renamed event class names 2014-04-29 19:15:47 -07:00
mnet
mod MDL-43557 events: fixed minor issues in existing events 2014-04-29 19:16:11 -07:00
my MDL-45147 my: automate testing of block restriction 2014-04-17 15:30:00 +12:00
notes
pix MDL-39607 theme: Update Moodle logo 2014-04-17 14:33:39 +08:00
plagiarism
portfolio
question MDL-45114 quiz simulate report : multi-choice multi qtype response data 2014-04-19 15:04:16 +07:00
rating
report MDL-43557 events: fixed minor issues in existing events 2014-04-29 19:16:11 -07:00
repository Merge branch 'MDL-41975-master' of git://github.com/FMCorz/moodle 2014-04-18 10:05:26 +08:00
rss
tag MDL-43557 events: renamed event class names 2014-04-29 19:15:47 -07:00
theme MDL-44916 Question: Fixing alignment in bootstrap themes 2014-04-28 11:37:26 +08:00
user MDL-43557 events: fixed minor issues in existing events 2014-04-29 19:16:11 -07:00
userpix
webservice Merge branch 'MDL-39759_http_response_code_master' of https://github.com/dongsheng/moodle 2014-04-09 12:38:30 +08:00
.gitignore
.jshintrc
.shifter.json
behat.yml.dist
brokenfile.php
composer.json
config-dist.php
COPYING.txt
draftfile.php
file.php
help.php
help_ajax.php
index.php MDL-41185 cleanup course viewed events 2014-04-21 18:12:53 +08:00
install.php
mdeploy.php
mdeploytest.php
phpunit.xml.dist
pluginfile.php
README.txt
tags.txt
TRADEMARK.txt
version.php on-demand release 2.7beta+ 2014-04-29 15:14:22 +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