Moodle - the world's open source learning platform https://moodle.org/
Find a file
2004-11-28 21:34:19 +00:00
admin Merge from MOODLE_14_STABLE. 2004-11-24 02:25:36 +00:00
auth Auth/LDAP 2004-11-22 07:46:10 +00:00
backup Calculate NEXT course->sortorder in restore to avoid 2004-11-27 23:33:39 +00:00
blocks Ummm... more changes due to the renaming. 2004-11-25 17:35:25 +00:00
calendar Merged from MOODLE_14_STABLE: Changes to calls to get_courses to not get all fields 2004-11-22 05:41:14 +00:00
course Ummm... more changes due to the renaming. 2004-11-25 17:35:25 +00:00
doc Closed script security problem (merged from STABLE) 2004-09-27 01:48:24 +00:00
enrol Enrol/LDAP - initial commit, a bit rough around the edges. 2004-11-22 02:41:41 +00:00
error Converted double quote strings to single quote literals - inspired by error in double quotes found by ottenhoff and noted in comment to bug 1981 2004-09-24 22:28:50 +00:00
files Merged fixes from stable 2004-11-10 15:48:48 +00:00
filter merged from MOODLE_14_STABLE; 2004-11-18 10:08:14 +00:00
lang *** empty log message *** 2004-11-28 21:34:19 +00:00
lib Merged from MOODLE_14_STABLE: In get logs don't join on the user table for just counting the records 2004-11-25 21:56:32 +00:00
login Merged fix for stopped email from STABLE 2004-10-04 15:49:40 +00:00
mod Merged from stable 2004-11-26 15:42:05 +00:00
pix Improvements to installation procedure. 2004-08-17 13:51:41 +00:00
rss Now RSS links are displayed ok in SITEID course. 2004-10-04 22:21:30 +00:00
theme Style for quiz feedback updated 2004-11-25 10:03:57 +00:00
user Auth/LDAP 2004-11-22 07:46:10 +00:00
userpix Fixed firstname lastname to call to fullname function 2004-09-29 21:32:53 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php New config variable $CFG->tracksessionip will force Moodle to always 2004-09-27 14:35:37 +00:00
file.php Added a file level phpdoc docblock tag. Also converted double quote strings to single quote literals. 2004-09-29 18:19:39 +00:00
help.php Added a file level phpdoc docblock tag. Also converted double quote strings to single quote literals. 2004-09-29 18:19:39 +00:00
index.php Somehow I forgot to commit these and the whole page setup wasn't working 2004-11-25 17:23:57 +00:00
install.php Use dirroot to check admin directory 2004-10-22 10:17:25 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags Latest tags 2004-09-20 08:54:12 +00:00
version.php Merge from MOODLE_14_STABLE. 2004-11-24 02:25:36 +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://moodle.org/doc

If you have real trouble, please visit the Moodle course 
"Using Moodle" on moodle.org.


Good luck and have fun!
Martin Dougiamas, Lead Developer