Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-08-23 10:19:08 +00:00
admin Old version of filters page - no longer used. 2005-08-23 10:19:08 +00:00
auth Merged from MOODLE_15_STABLE - Temp table now matches idnumber length with username - thanks to Yves Roy for pointing this out. 2005-08-12 02:31:34 +00:00
backup Now course-guest, user-login and user-logout 2005-08-03 19:04:05 +00:00
blocks Fixing warnings in my moodle/ blocks /pagelib, plus moved page->edit_always to base class 2005-08-23 04:48:34 +00:00
calendar My first commit since I don't remember when. Yay! 2005-08-23 02:45:45 +00:00
course Removed $printfunction variable, which seems completely unused anyway (and isn't 2005-08-17 08:36:31 +00:00
doc Some changes added (see bug 3188). 2005-06-18 10:01:53 +00:00
enrol Merged from MOODLE_15_STABLE - LDAP servers being down or unavailable should not prevent login - we now fail with a notice() rather than with an error() 2005-08-17 22:38:24 +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 Merged fix from stable 2005-08-14 02:27:18 +00:00
filter Some more tweaks to LaTeX filter - see bug #3829. 2005-08-10 12:58:38 +00:00
grade Fixed Bug #3652 - Gradebook catagory detail group view not working. 2005-08-04 22:07:39 +00:00
install Strings changed and some welcome page rework. It follows 2005-07-29 15:53:37 +00:00
iplookup Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
lang A start on some help for the filters admin page 2005-08-23 10:17:02 +00:00
lib Merged from MOODLE_15_STABLE: Fixing metacourses to work in mysql 3.23 series. At same time, set enrolment type to 'metacourse' so as not to break some external enrolment (eg ldap) plugins 2005-08-23 05:43:02 +00:00
login Merged from STABLE 2005-08-17 10:35:37 +00:00
message Old fix to help focus after beep a little 2005-05-23 17:05:37 +00:00
mod Fixing warning in my moodle course overview in forums 2005-08-23 03:57:12 +00:00
my Fixing another warning in my moodle blocks 2005-08-23 04:25:17 +00:00
pix New block for student loan calculation. Doesn't contain db tables. 2005-08-16 01:45:42 +00:00
rss Merged fix from stable when checking course->guest on site 2005-07-25 09:05:12 +00:00
sso/hive So that we have the password handy later 2005-08-01 08:49:33 +00:00
theme polished - based on standard theme. 2005-08-18 14:59:30 +00:00
user Initial checkin of new feature to select users from participants page for a recipient list for sending an IM to. Please test. 2005-08-22 05:44:13 +00:00
userpix adding a way to test the user image border removal code. Needs some speed 2005-07-22 14:12:32 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php Adding the capability to replace existing scripts with customised versions. 2005-07-14 15:35:23 +00:00
file.php new parameter forcedownload; merged from MOODLE_15_STABLE 2005-07-12 08:05:42 +00:00
help.php Replaced optional_variable() instances with secure alternatives. 2005-06-10 19:19:08 +00:00
index.php Added $CFG->disablemycourses bug 3220 2005-05-13 06:17:13 +00:00
install.php Changing width="22" for /pix/help.gif to width="17" 2005-05-10 00:21:09 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags Latest tags 2005-04-28 11:12:25 +00:00
version.php materialized path & depth for course categories. 2005-08-16 23:15:58 +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