Moodle - the world's open source learning platform https://moodle.org/
Find a file
defacer 658f6a9ce3 Fix for bug 2711:
Blocks upgrade no longer breaks in Postgres. Also, a "hell why not"
robustness addition to the MySQL upgrade.
2005-03-10 22:48:29 +00:00
admin Create missing directories too. 2005-03-10 10:42:33 +00:00
auth functions for login module 2005-03-10 13:57:48 +00:00
backup Now group images are in backup & restore 2005-03-07 23:40:25 +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 Better styles 2005-03-10 14:09:45 +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 COnsistent use of readdir 2005-03-10 06:04:29 +00:00
filter Removed files/mimetype.php and put it into lib/filelib.php instead 2005-03-07 11:32:03 +00:00
lang translated some. 2005-03-10 22:13:13 +00:00
lib Support for arbitrary number of sort columns. 2005-03-10 16:38:01 +00:00
login FIxed some notices and cleaned up a little 2005-02-25 07:18:40 +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 updated lesson_delete_instance to delete records from timer, branch, and high_scores tables 2005-03-10 22:43:00 +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 Just where I'm at .. .changing rapidly 2005-03-10 14:12:38 +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