Moodle - the world's open source learning platform https://moodle.org/
Find a file
2008-06-06 12:03:09 +00:00
admin MDL-11113 - Correction to previous change: going back to previous variable name, to prevent bugs 2008-06-06 02:21:40 +00:00
auth MDL-15094 some forgotten conversions 2008-06-05 18:01:22 +00:00
backup MDL-15094 some forgotten conversions 2008-06-05 18:01:22 +00:00
blocks MDL-14679 converted some count_records 2008-06-02 21:47:31 +00:00
blog MDL-14679 converted some delete_records 2008-06-02 21:52:27 +00:00
calendar MDL-15117 wiki converted and other regressions fixed 2008-06-04 21:34:14 +00:00
course MDL-14741 - Make tinymce work with the front page description. 2008-06-06 01:49:07 +00:00
doc/pix cvsimport fixups -- cvshead had strayed from upstream 2007-01-04 13:15:04 +13:00
enrol MDL-15094 fixed stats regression and prefix cleanup 2008-06-05 20:35:28 +00:00
error "MDL-14129, fix print_error calls" 2008-05-07 06:19:59 +00:00
files MDL-14679 upgrade $DB conversion 2008-05-31 18:05:42 +00:00
filter MDL-14679 converted some delete_records 2008-06-02 21:52:27 +00:00
grade MDL-15100 gradebook conversion 2008-06-05 14:08:58 +00:00
group MDL-14679 removed magic quotes from forms validation() method, fixed some minor problems 2008-06-01 17:53:25 +00:00
install Automatic installer.php lang files by installer_builder (20080531) 2008-05-31 01:19:34 +00:00
iplookup MDL-14679 2008-05-31 17:48:51 +00:00
lang MDL-14187 "Improve tablelib - improve api and add functionality to download table contents in a variety of formats - XLS, ODS and CSV" 2008-06-06 12:03:09 +00:00
lib MDL-14187 "Improve tablelib - improve api and add functionality to download table contents in a variety of formats - XLS, ODS and CSV" 2008-06-06 12:03:09 +00:00
login MDL-15094 some forgotten conversions 2008-06-05 18:01:22 +00:00
message MDL-15101 towards messaging conversion 2008-06-05 13:55:37 +00:00
mnet MDL-15097 mnet conversion revisited 2008-06-05 18:07:41 +00:00
mod "MDL-14129, fix print_error" 2008-06-06 08:46:48 +00:00
my "MDL-14460, fix get_context_instance, merged from MOODLE_19_STABLE" 2008-05-01 06:07:24 +00:00
notes MDL-14679 towards notes conversion and regression 2008-05-31 17:44:57 +00:00
pix MDL-8188, moved from mod/glossary/check.gif 2008-04-15 03:57:28 +00:00
question MDL-15095 core backup/restore conversion finished 2008-06-04 20:51:02 +00:00
rss MDL-14679 towards notes conversion and regression 2008-05-31 17:44:57 +00:00
search MDL-15096 removed some obsoleted installation code 2008-06-04 21:36:59 +00:00
sso Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags 2007-10-09 21:43:28 +00:00
tag MDL-15094 fixed stats regression and prefix cleanup 2008-06-05 20:35:28 +00:00
theme "MDL-14932, merged from MOODLE_19_STABLE" 2008-06-05 06:25:25 +00:00
user MDL-15094 fixed stats regression and prefix cleanup 2008-06-05 20:35:28 +00:00
userpix MDL-14679 towards /user conversion 2008-05-30 22:11:31 +00:00
config-dist.php "MDL-14703, remove obsolete options, merged from MOODLE_19_STABLE" 2008-05-16 02:23:05 +00:00
file.php MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +00:00
help.php MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +00:00
index.php MDL-14679 converted some delete_records 2008-06-02 21:52:27 +00:00
install.php MDL-14819 changed main table size, merged from 19 2008-05-22 02:26:54 +00:00
README.txt fixing unmerged files 2007-12-06 08:44:07 +00:00
tags Updated tags again with abstract classes etc 2008-05-28 03:49:54 +00:00
version.php Updated the HEAD build version to 20080606 2008-06-06 01:52:53 +00:00

README      $Id$
------

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 

A local copy can also be found in 

   lang/en_utf8/help/install.html   (or your language)


Good luck and have fun!
Martin Dougiamas, Lead Developer