Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-01-30 09:09:44 +00:00
admin Removed $THEME from admin pages 2005-01-25 17:08:05 +00:00
auth Stop people browsing auth modules 2005-01-23 04:18:32 +00:00
backup one more thing 2005-01-29 10:43:40 +00:00
blocks Removed a debugging string 2005-01-30 04:55:27 +00:00
calendar Removed some $THEME stuff 2005-01-25 17:16:34 +00:00
course Added links to unread notices on course-view and forum-index 2005-01-30 04:47:09 +00:00
doc End the page with correct HTML. 2005-01-27 05:20:31 +00:00
enrol Flatfile now stores itself in the enrolment type field 2005-01-30 09:09:44 +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 Change mimetype for xml files for better validation 2005-01-29 04:36:05 +00:00
filter To stop people browsing filters 2005-01-23 04:16:07 +00:00
lang Unfortunately NCR notation of thislanguage disappeared in a former edit. Hope it won't happen again :-( 2005-01-29 22:33:53 +00:00
lib Add c0,c1,c2,c3,c4 classes for columns in tables 2005-01-30 05:21:25 +00:00
login Bit of a tidy up 2005-01-25 13:49:46 +00:00
message Removed some THEME 2005-01-28 17:40:04 +00:00
mod Center-align some columns again 2005-01-30 05:14:03 +00:00
pix It is now possible to base new questions on existing ones, see get_string('editingquestion', 'quiz'); 2005-01-19 09:50:33 +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 Moving all the config to config.php ... styles.php should now not 2005-01-30 08:43:05 +00:00
user Prevent message window on site policy page 2005-01-30 04:52:13 +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 Removed some styles 2005-01-29 11:41:43 +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 Fixing a typo in metacourses in mysql (id should be int 10 not int 1). Hopefully this is the end of it :( 2005-01-27 20:41:54 +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