Moodle - the world's open source learning platform https://moodle.org/
Find a file
2012-08-29 11:56:18 +08:00
admin Merge branch 'w34_MDL-34776_m24_notinsql' of git://github.com/skodak/moodle 2012-08-22 01:55:34 +02:00
auth MDL-34901 fix user login times handling 2012-08-19 15:33:31 +02:00
backup Merge branch 'MDL-32705' of git://github.com/timhunt/moodle 2012-08-21 12:37:43 +08:00
blocks Merge branch 'MDL-34899b' of git://github.com/srynot4sale/moodle 2012-08-21 22:24:20 +02:00
blog Merge branch 'MDL-25347_master' of git://github.com/dmonllao/moodle 2012-08-15 02:03:52 +02:00
calendar
cohort
comment MDL-34741 use 2in3 in comments 2012-08-11 20:40:10 +02:00
completion MDL-34795 completion: Add course_completed event 2012-08-10 16:06:11 +12:00
course MDL-34444 - actually display the title, just don't link it.. 2012-08-22 11:16:07 +02:00
enrol MDL-34870 enrol_cohort - don't need to do useless work 2012-08-22 10:02:53 +08:00
error
files MDL-34741 remove unused legacy course files code 2012-08-11 20:40:10 +02:00
filter MDL-34558 accessibility compliance for filter: Add forform input text and select tag 2012-08-03 11:53:48 +08:00
grade MDL-34741 use 2in3 in gradebook 2012-08-11 20:40:07 +02:00
group MDL-34741 use 2in3 in groups UI 2012-08-11 20:40:07 +02:00
install Automatically generated installer lang files 2012-08-19 00:31:35 +00:00
iplookup MDL-34960 drop deprecated Google Maps API V2 2012-08-19 20:07:27 +02:00
lang MDL-34290 repository API: add timeout to get_file and throw exception 2012-08-29 11:56:14 +08:00
lib MDL-34290 Added timeout to googledocs request to download a file 2012-08-29 11:56:18 +08:00
local
login MDL-34685 auth Allow auth plugins to override user signup form 2012-08-07 09:55:02 +08:00
message Merge branch 'MDL-34471-master' of git://github.com/ankitagarwal/moodle 2012-08-08 15:05:39 +12:00
mnet
mod Merge branch 'MDL-35000' of git://github.com/timhunt/moodle 2012-08-22 10:25:26 +08:00
my
notes
pix
plagiarism MDL-34593: Plagiarism API - add extra plgin param to get_form_elements_module 2012-08-13 20:31:45 +05:30
portfolio MDL-34741 use 2in3 in portfolio download 2012-08-11 20:40:09 +02:00
question MDL-34738 fix for the problem found during testing : dat files not accepted on some servers 2012-08-22 15:19:54 +02:00
rating
report Merge branch 'wip-MDL-31810-master' of git://github.com/phalacee/moodle 2012-08-20 12:01:20 +08:00
repository MDL-34290 using moodleform cast to int in dropbox repository settings 2012-08-29 11:56:18 +08:00
rss
tag MDL-34873 fix multiple E_STRICT tag related problems 2012-08-19 10:17:12 +02:00
theme MDL-34957 theme_base: made small change to custommenu CSS in style/core.css to fix vertical arrow overlap in menu item 2012-08-19 01:34:15 +01:00
user MDL-34776 improve multiple "NOT IN" enrolment and role related queries 2012-08-18 09:56:25 +02:00
userpix
webservice
.gitignore
brokenfile.php
config-dist.php MDL-34740 add class file option to $CFG->moodlepageclass and $CFG->blockmanagerclass 2012-08-18 10:02:46 +02:00
COPYING.txt
draftfile.php
file.php
help.php
index.php
install.php
phpunit.xml.dist MDL-34893 use standard options in Hint_ResultPrinter 2012-08-19 22:09:46 +02:00
pluginfile.php
README.txt
tags.txt
TRADEMARK.txt
version.php weekly release 2.4dev 2012-08-23 19:26:37 +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
   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