Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-03-04 10:59:29 +00:00
admin Create guest user account during installation, fixing bug 2667 2005-03-03 14:56:19 +00:00
auth Merged from MOODLE_14_STABLE - Better handling of trailing semicolons and spaces in LDAP configs. Fixes a regression from 1.4.2, plus fixed typo: == should be = 2005-03-01 03:10:34 +00:00
backup Added recent quiz module changes 2005-03-04 00:46:09 +00:00
blocks FIxed a notice 2005-03-04 02:22:49 +00:00
calendar A few unrelated changes, sorry for not being tidy. 2005-02-26 06:30:19 +00:00
course You know you are beyond hope of redemption when you make "API uniformity" changes. ;-) 2005-03-02 05:56:24 +00:00
doc End the page with correct HTML. 2005-01-27 05:20:31 +00:00
enrol Resized course box a bit 2005-03-04 02:16:09 +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 Fix for bug 2491: 2005-02-08 18:03:43 +00:00
filter Rewritten to use the new generic filter function. (SE) 2005-03-04 10:12:44 +00:00
lang New enrolment string 2005-03-04 10:46:10 +00:00
lib Olson parser now parses Zones and Rules 2005-03-04 10:59:29 +00:00
login FIxed some notices and cleaned up a little 2005-02-25 07:18:40 +00:00
message Er, much better ! 2005-02-27 17:55:53 +00:00
mod New faster filters! 2005-03-04 10:13:42 +00:00
pix added the "switch_minus" icon for hide/show and renamed switch to "switch_plus". 2005-02-09 08:58:57 +00:00
rss Moved rsslib.php from the rss directory to the lib directory with the 2005-01-25 06:09:31 +00:00
theme updated some properties for the forum 2005-03-04 08:57:39 +00:00
user Added a link from the user page to a search for all posts. 2005-02-27 10:08:13 +00:00
userpix Works with slasharguments off now 2005-01-17 15:21:00 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php Merged from MOODLE_14_STABLE - Added option to respect php.ini session settings, else we reenable garbage collection for sessions. Fixes stale session problems with Debian systems, but still allows package maintainers to override. 2005-02-13 22:54:25 +00:00
file.php slashargument test fix 2005-02-26 20:43:30 +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 Some cleaning up of user_login_string and SITE 2005-03-03 04:41:46 +00:00
install.php Added checks for allow_fopen_url in two more places! 2005-02-23 15:40:53 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags New tags 2005-02-19 13:19:49 +00:00
version.php Adding new fields to the dst_preset table. 2005-02-25 01:24:52 +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