Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-02-08 02:42:29 +00:00
admin Allow longtimenosee to be zero 2005-02-07 01:21:50 +00:00
auth Stop people browsing auth modules 2005-01-23 04:18:32 +00:00
backup One minor problem restoring categories in XHTML solved 2005-02-07 23:45:19 +00:00
blocks This isn't quite ready yet, but get this diff out of my sight... 2005-02-08 02:42:29 +00:00
calendar Removed some $THEME stuff 2005-01-25 17:16:34 +00:00
course Small typo (bug 2512) 2005-02-08 01:07:45 +00:00
doc End the page with correct HTML. 2005-01-27 05:20:31 +00:00
enrol Presents login as guest button if course allows guests. 2005-02-05 16:58:28 +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 This page is near to be XHTML! 2005-02-05 01:58:37 +00:00
filter Latest version - very nice! 2005-02-03 11:12:47 +00:00
lang translated some. 2005-02-08 01:08:48 +00:00
lib Fixing this to not show notices if a block doesn't have an id attribute. 2005-02-08 00:53:55 +00:00
login Bit of a tidy up 2005-01-25 13:49:46 +00:00
message Messaging can now be completely disabled using $CFG->messaging 2005-01-31 07:11:42 +00:00
mod Renaming some $course to $courseid to make it clear to anyone reading the code... 2005-02-08 01:34:14 +00:00
pix I have changed the icon for removing a question from a quiz from X to >> and changed the label from 'Delete' to 'Remove' because it does not delete the question but only removes it from the quiz. 2005-02-06 10:42:31 +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 Centering the contents of the "add blocks" block. 2005-02-08 00:24:33 +00:00
user Handle longtimenosee of zero 2005-02-07 01:23:44 +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 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 Updating index page with all the latest from blocklib and pagelib. 2005-02-02 04:32:13 +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 2005-02-01 04:01:56 +00:00
version.php Another fix for metacourses (lost auto_increment). This will preserve data. 2005-02-01 04:47:04 +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