Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-03-13 16:18:56 +00:00
admin some XHTML fixes 2005-03-13 13:55:19 +00:00
auth some XHTML fixes 2005-03-13 13:55:19 +00:00
backup Bump! Workshops are done. 2005-03-13 00:14:47 +00:00
blocks Fix for bug 2711: 2005-03-10 22:48:29 +00:00
calendar A few unrelated changes, sorry for not being tidy. 2005-02-26 06:30:19 +00:00
course Moved print_headingblock to proper place 2005-03-13 14:54: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 typo correction 2005-03-12 21:17:15 +00:00
filter Removed files/mimetype.php and put it into lib/filelib.php instead 2005-03-07 11:32:03 +00:00
lang Added new config variable to disable blocks on activity mod pages bug 2732 2005-03-13 13:21:24 +00:00
lib Moved print_headingblock to proper place 2005-03-13 14:54:24 +00:00
login A quick hook for CAS to work 2005-03-11 17:22:02 +00:00
message WIndows now try and pop to the front when a new message comes in 2005-03-10 06:18:28 +00:00
mod Standardise the intro box using an ID 2005-03-13 16:17:55 +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 Added styles for .generalbox#intro - the intro on each module 2005-03-13 16:18:56 +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 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 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