Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-01-12 07:52:06 +00:00
admin fixing a couple of instances of hardcoded /admin/ 2004-12-31 16:12:58 +00:00
auth Auth/LDAP 2004-11-22 07:46:10 +00:00
backup Merged from MOODLE_14_STABLE: Adding slashes to backup_log.info as courses with an apostrophe in their fullname cause sql errors 2005-01-10 21:48:04 +00:00
blocks Fixing the alt attributes for the icons used to move/hide etc. blocks when 2005-01-11 19:38:19 +00:00
calendar Fixes a bug with user events created by an activity module. 2004-12-26 13:58:07 +00:00
course Don't show "No courses in this category" if there are sub-categories 2005-01-11 08:00:26 +00:00
doc Merged sc28 from stable 2004-12-12 07:01:35 +00:00
enrol Paypal added support for Australian Dollars! Yay! 2005-01-11 15:07:49 +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 fixed $course->id 2004-12-15 06:32:32 +00:00
filter new handling of uploaded files, please TEST, TEST, TEST 2004-12-14 18:57:51 +00:00
lang Corrections in the text 2005-01-12 07:12:47 +00:00
lib Take out some double-slashes (//) in paths to langfiles and 2005-01-11 12:24:37 +00:00
login Removed accidental code 2005-01-11 13:07:19 +00:00
message Old messages are no longer replaced by new messages in the messages 2005-01-11 05:09:08 +00:00
mod Removing some old icons 2005-01-12 07:52:06 +00:00
pix Trying a better log icon 2005-01-02 14:39:56 +00:00
rss fixed short php tag spotted by Mad Alex 2005-01-11 20:03:16 +00:00
theme Big improvements on message searching. It now highlights the results, and 2005-01-03 12:16:06 +00:00
user Add messaging buttons to the user profile 2004-12-28 13:49:44 +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 Some changes that may help on safe mode ... see bug 2093 2004-12-26 14:45:39 +00:00
file.php new handling of uploaded files, please TEST, TEST, TEST 2004-12-14 18:57:51 +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 FIxed my last hasty checkin 2004-12-28 15:12:46 +00:00
install.php Fixing the admin directory check (again ;-)) 2005-01-10 08:04:44 +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 New and upgraded sites will be given a default .htaccess file in their 2005-01-10 15:26:43 +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