Moodle - the world's open source learning platform https://moodle.org/
Find a file
2013-01-27 20:33:17 +00:00
admin Merge branch 'wip-MDL-15930-master' of git://github.com/abgreeve/moodle 2013-01-22 20:34:42 +01:00
auth MDL-36138 auth_cas: Fix CAS Authentication Strict Standards warnings 2013-01-18 10:02:37 -05:00
backup MDL-34398 groups: implemented caching of group information. 2013-01-17 09:24:58 +13:00
blocks Merge branch 'MDL-37473b' of git://github.com/srynot4sale/moodle 2013-01-25 12:35:40 +08:00
blog MDL-34436 - Blogs - Adding event triggers when adding a new entry, editing an entry or remove an entry. 2013-01-15 11:29:12 +08:00
cache Merge branch 'wip-MDL-37536-m25' of git://github.com/samhemelryk/moodle 2013-01-16 13:51:58 +08:00
calendar Merge branch 'MDL-37100-master' of git://github.com/ankitagarwal/moodle 2013-01-23 14:57:45 +08:00
cohort MDL-36554 Admin settings: make tables class consistent throughout admin settings 2013-01-14 10:10:54 +08:00
comment Merge branch 'MDL-37173-m' of git://github.com/andrewnicols/moodle 2013-01-15 21:56:13 +01:00
completion
course Merge branch 'MDL-37473b' of git://github.com/srynot4sale/moodle 2013-01-25 12:35:40 +08:00
enrol MDL-37559 fix display of multiple roles of other users 2013-01-19 16:50:38 +01:00
error
files MDL-35924 filemanager: added label for the input field when creating a new folder 2013-01-18 15:36:25 +08:00
filter Merge branch 'MDL-36553' of git://github.com/rwijaya/moodle 2013-01-15 18:12:20 +01:00
grade MDL-37352 core_grade:fixed some ajax display issues 2013-01-21 12:27:44 +08:00
group Merge branch 'MDL-27164-master' of git://github.com/micaherne/moodle 2013-01-22 12:51:51 +08:00
install Automatically generated installer lang files 2013-01-24 00:46:47 +00:00
iplookup
lang Merge branch 'MDL-37473b' of git://github.com/srynot4sale/moodle 2013-01-25 12:35:40 +08:00
lib MDL-37473 completion: Add missing cap checks to tracked users functions 2013-01-25 17:08:44 +13:00
local
login MDL-35817 login: convert html tag to use html_writer and change <a> tag id to be more specific to login 2013-01-17 13:01:27 +08:00
message Merge branch 'MDL-37354-master' of git://github.com/mouneyrac/moodle 2013-01-15 21:50:31 +01:00
mnet Merge branch 'MDL-36357' of git://github.com/danpoltawski/moodle 2013-01-09 09:34:22 +13:00
mod Merge branch 'MDL-37547-master' of github.com:damyon/moodle 2013-01-23 15:58:34 +08:00
my
notes MDL-37354 clean return value for each externallib PHPUnit tests 2013-01-09 13:47:01 +08:00
pix MDL-37220 course dndupload - improved 'add files' icon 2012-12-18 21:11:35 +00:00
plagiarism
portfolio MDL-37032 upgrade: define all the 2.4.0 points 2012-12-11 13:11:11 +01:00
question Fix permissions 2013-01-25 15:57:20 +08:00
rating
report MDL-37375 Report: fixed blog post link from course activity report 2013-01-21 14:59:23 +08:00
repository MDL-37541 Wikimedia allows to resize found images 2013-01-22 13:48:59 +11:00
rss
tag MDL-36553 Admin settings: make tables class consistent throughout admin plugins setting 2013-01-14 10:09:51 +08:00
theme MDL-32420 theme_anomaly: Added custom css settings and tagline. 2013-01-27 20:33:17 +00:00
user Merge branch 'wip-mdl-37339' of git://github.com/rajeshtaneja/moodle 2013-01-22 16:28:31 +08:00
userpix
webservice Merge branch 'MDL-37358-master' of git://github.com/mouneyrac/moodle 2013-01-22 09:05:46 +08:00
.gitignore
brokenfile.php
composer.json MDL-36936 require phpunit as composer --dev only 2012-12-07 18:20:03 +01:00
config-dist.php
COPYING.txt
draftfile.php
file.php
help.php
index.php MDL-37085 added missing get_renderer call 2013-01-15 12:14:31 +11:00
install.php
mdeploy.php MDL-36963 Do not attempt to remove the root folder of a plugin during the update deployment 2012-12-06 11:03:35 +08:00
mdeploytest.php MDL-36963 Add unit tests for directory operations in mdeploy.php 2012-12-06 11:03:35 +08:00
phpunit.xml.dist MDL-37684 - phpunit add missing definitions to phpunit.xml.dist 2013-01-25 16:33:51 +08:00
pluginfile.php
README.txt
tags.txt
TRADEMARK.txt
version.php weekly release 2.5dev 2013-01-25 15:57:30 +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
   it's 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