Moodle - the world's open source learning platform https://moodle.org/
Find a file
2004-09-23 00:17:49 +00:00
admin Fixed handlevirus.php so that files resolve better to users. 2004-09-22 23:20:41 +00:00
auth Added utf8_decode when reading info from ldap. 2004-09-22 18:50:03 +00:00
backup Logging new file paths from backup/restore. Since the files don't have any metadata, we're logging against the logged in user (ie, the teacher restoring the course). 2004-09-20 05:51:42 +00:00
blocks Small code sanitization 2004-09-20 22:37:40 +00:00
calendar Merging fix for bug 1957 from MOODLE_14_STABLE. 2004-09-19 22:25:21 +00:00
course escaped two "'s 2004-09-22 11:23:42 +00:00
doc XHTML compliance 2004-09-16 17:13:57 +00:00
enrol XHTML compliance 2004-09-16 17:13:57 +00:00
error XHTML compliance 2004-09-16 17:13:57 +00:00
files XHTML compliance 2004-09-16 17:13:57 +00:00
filter XHTML compliance 2004-09-16 17:13:57 +00:00
lang Polished. 2004-09-23 00:17:49 +00:00
lib Conversion of double quoted string to single quoted literals. Also added some extra spacing around concatenated strings for easier reading. 2004-09-22 16:15:23 +00:00
login FIxed bugs and tidied up 2004-09-21 09:35:33 +00:00
mod Fixed a bug regarding cluster jumps. Before, if end of cluster's jump was next page, it would throw an error. 2004-09-22 19:14:51 +00:00
pix Improvements to installation procedure. 2004-08-17 13:51:41 +00:00
rss XHTML compliance 2004-09-16 17:13:57 +00:00
theme added missing </center> 2004-09-16 18:33:35 +00:00
user Some cleanups 2004-09-21 13:20:13 +00:00
userpix XHTML compliance 2004-09-16 17:13:57 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php Two new config variables allow certain email addresses to be allowed or not. 2004-09-06 04:38:40 +00:00
file.php Merged from stable 2004-09-07 14:13:19 +00:00
help.php The resource types are now always displayed in a standard order 2004-08-02 19:11:15 +00:00
index.php closed some br and img tags 2004-09-12 22:39:20 +00:00
install.php XHTML compliance 2004-09-16 17:13:57 +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 Just to be sure that value columns type is text. 2004-09-20 17:45:33 +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