Moodle - the world's open source learning platform https://moodle.org/
Find a file
2016-01-29 10:15:25 +08:00
admin Merge branch 'MDL-48621_master' of git://github.com/dmonllao/moodle 2016-01-19 15:47:12 +08:00
auth
availability
backup Merge branch 'MDL-50268-master' of git://github.com/lameze/moodle 2016-01-19 07:56:41 +08:00
badges
blocks Merge branch 'MDL-51702_master' of git://github.com/dmonllao/moodle 2016-01-29 10:15:18 +08:00
blog MDL-25864 Blog: Confirmation dialog before unregistering 2016-01-21 19:24:47 +05:30
cache
calendar MDL-52383 Calendar: Allow users to set lookahead to 1 year 2016-01-15 13:14:56 -05:00
cohort MDL-52568 core_cohort: added ability to return all cohorts in WS 2016-01-18 11:00:20 +01:00
comment
completion Merge branch 'MDL-35590-master' of git://github.com/lameze/moodle 2016-01-29 10:15:15 +08:00
course Merge branch 'wip-mdl-52839' of https://github.com/rajeshtaneja/moodle 2016-01-29 10:15:20 +08:00
enrol MDL-52519 Idap tests: use consistent var name 2016-01-16 11:16:21 +05:30
error
files
filter
grade Merge branch 'MDL-52218_master_alt' of git://github.com/markn86/moodle 2016-01-18 14:03:54 +00:00
group
install Automatically generated installer lang files 2016-01-19 00:04:29 +08:00
iplookup
lang Merge branch 'MDL-52702-m' of https://github.com/micaherne/moodle 2016-01-20 14:37:17 +00:00
lib MDL-35590 behat: Data-loaded is on li node 2016-01-29 10:15:25 +08:00
local MDL-49662 local: upgrade.txt note 2016-01-13 13:56:38 +00:00
login Merge branch 'MDL-52843-master-paramsignup' of git://github.com/mudrd8mz/moodle 2016-01-29 10:15:19 +08:00
message Merge branch 'MDL-52570-master' of git://github.com/jleyva/moodle 2016-01-18 09:49:22 +08:00
mnet
mod MDL-37739 mod_wiki: test headings being wikilinks (toc and content) 2016-01-29 10:15:23 +08:00
my
notes
pix
plagiarism MDL-52702 plagiarism: Improvements to base plugin class 2016-01-18 09:39:54 +00:00
portfolio
question
rating
report MDL-49291 core: final deprecation of sql_*_reader interfaces 2016-01-18 14:24:34 +08:00
repository
rss
tag MDL-50851 core_tag: avoid fatal errors with corrupted data 2016-01-14 16:24:38 +08:00
theme
user
userpix
webservice
.csslintrc
.gitignore
.jshintrc
.shifter.json
.travis.yml
behat.yml.dist
brokenfile.php
composer.json
composer.lock
config-dist.php
COPYING.txt
draftfile.php
file.php
Gruntfile.js
help.php
help_ajax.php
index.php
install.php
npm-shrinkwrap.json
package.json
phpunit.xml.dist
pluginfile.php
README.txt
tags.txt
TRADEMARK.txt
version.php weekly release 3.1dev 2016-01-21 13:43:35 +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