Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-03-07 16:10:52 +00:00
admin SOme security! 2005-03-06 18:13:05 +00:00
auth Merged from MOODLE_14_STABLE - Fixed bug 2319 DB auth not fetching user data fields correctly -- credits go to andres.marquez@accenture.com and doug nutsch 2005-03-07 02:01:25 +00:00
backup Some minor XML indentation, some changes in the XML structure and 2005-03-07 01:32:05 +00:00
blocks Added proper styles to block buttons 2005-03-07 12:08:44 +00:00
calendar A few unrelated changes, sorry for not being tidy. 2005-02-26 06:30:19 +00:00
course Doing away with .generaltableheader 2005-03-06 20:22:07 +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 Removed files/mimetype.php and put it into lib/filelib.php instead 2005-03-07 11:32:03 +00:00
filter Removed files/mimetype.php and put it into lib/filelib.php instead 2005-03-07 11:32:03 +00:00
lang Removed another dead-end for guests bug 1975 2005-03-07 04:47:39 +00:00
lib Some buffing up ... no changes 2005-03-07 16:10:52 +00:00
login FIxed some notices and cleaned up a little 2005-02-25 07:18:40 +00:00
message Added CSS hooks for page 2005-03-04 14:58:51 +00:00
mod Fixed four more references to mimetypes.php (bug 2690) Thanks, Gustav! 2005-03-07 15:11:43 +00:00
pix added the "switch_minus" icon for hide/show and renamed switch to "switch_plus". 2005-02-09 08:58:57 +00:00
rss MOre changes to use filelib.php 2005-03-07 12:10:22 +00:00
theme formatting forumposts on user page 2005-03-07 12:16:33 +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 Cleaned up this file a bit, was getting messy! 2005-03-05 18:13:44 +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 Some cleaning up of user_login_string and SITE 2005-03-03 04:41:46 +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 New tags 2005-02-19 13:19:49 +00:00
version.php Added user fields for Skype, AIM, Yahoo, and MSN messengers. :-) 2005-03-05 05:57:10 +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