Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-03-16 08:52:28 +00:00
admin New config setting for tabs 2005-03-15 09:21:50 +00:00
auth Allow LDAP logic to be reused by other modules 2005-03-15 20:52:34 +00:00
backup Bump! Workshops are done. 2005-03-13 00:14:47 +00:00
blocks Argh! 2005-03-15 16:27:25 +00:00
calendar A few unrelated changes, sorry for not being tidy. 2005-02-26 06:30:19 +00:00
course make_editing_buttons now has styles and a lot less string processing! 2005-03-14 19:05:39 +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 Styles for file listings 2005-03-13 17:16:26 +00:00
filter Don't download MP3 files automatically.... download only when play button 2005-03-16 08:15:33 +00:00
lang *** empty log message *** 2005-03-16 00:15:52 +00:00
lib Typo. 2005-03-16 03:46:17 +00:00
login FIxed the styles on this page 2005-03-13 17:14:15 +00:00
message Use new tabs (SE) 2005-03-16 08:52:28 +00:00
mod Respect $CFG->showblocksonmodpages. 2005-03-16 03:26:21 +00:00
pix forgot to commit this move left icon earlier. This is not a professionally created icon, perhaps someone can do a better job? 2005-03-08 09:22:57 +00:00
rss MOre changes to use filelib.php 2005-03-07 12:10:22 +00:00
theme Tab style for messages 2005-03-16 08:49:18 +00:00
user MOre changes to use filelib.php 2005-03-07 12:10:22 +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 CFG->nofixday can override the ficing of day format in userdate 2005-03-10 14:10:21 +00:00
file.php Call new lib/filelib.php 2005-03-07 11:34:16 +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 course/lib must be included ALWAYS because block_site_main_menu uses it. 2005-03-08 23:35:35 +00:00
install.php Whoops, how did this get in there? :-) 2005-03-14 13:31:34 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags Latest tags 2005-03-10 15:31:24 +00:00
version.php Variety of small fixes, but mostly related to how the recent activity 2005-03-10 13:30:57 +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