Moodle - the world's open source learning platform https://moodle.org/
Find a file
2006-03-01 16:15:30 +00:00
admin Added config variable for docroot: the moodle documentations root. This is 2006-03-01 07:45:29 +00:00
auth Changed sequence of error messages. This makes more sense and should be better 2006-02-16 09:05:11 +00:00
backup see changes for admin/utfdbmigrate.php 2006-02-24 08:20:13 +00:00
blocks Accessibility: added Alt text for envelope/message link (existing lang string); converted <div> to <ul>, inherit existing classes & styles. 2006-03-01 11:18:33 +00:00
calendar removed isset_param() 2006-02-12 11:27:22 +00:00
course Setting new variable $CFG->pagepath to give hints later on to the 2006-03-01 02:34:34 +00:00
doc Now doc index uses current_charset() 2006-01-05 13:34:31 +00:00
enrol DB new upgrade system. 2006-02-15 10:15:27 +00:00
error Merged from stable 2005-11-01 06:53:57 +00:00
files Added selectall/deselectall to files/index.php 2006-01-11 02:26:26 +00:00
filter Added realmedia support. 2006-02-27 23:48:25 +00:00
grade bug fix for 4724 2006-02-09 07:52:48 +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 Accessibility: fixed $string['helpprefix'] for multi-languages. 2006-03-01 10:53:05 +00:00
lib Fixed some typos 2006-03-01 14:03:56 +00:00
login adding a require_logout() function 2006-01-24 06:01:30 +00:00
message Message system now use current_charset(). 2006-01-05 16:19:26 +00:00
mod Fixed incorrect function name, spotted by Penny 2006-03-01 10:42:15 +00:00
my Reworked the My Moodle course overview API to be MUCH more efficient. 2006-01-17 20:49:43 +00:00
pix Icon for the page documentation links 2006-03-01 04:01:02 +00:00
question Templates and css hooks for more questiontypes. Essay and RQP will be done at a later date. 2006-03-01 16:15:30 +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 Added moodle docs link to footer of the themes. The link is generated by the 2006-03-01 07:49:53 +00:00
user prevent unwanted password change here SC#225; merged from MOODLE_15_STABLE 2006-02-28 20:27:19 +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 Fixed some typos 2006-03-01 09:12:13 +00:00
file.php Corrected oversight with uploaded file filters change 2006-02-21 12:54:24 +00:00
fixpix.php New 404 handler for a custompix fallback 2005-09-30 00:39:58 +00:00
help.php fix for 4758 2006-02-20 01:30:30 +00:00
index.php Added a parameter to print_courses() to hide site course 2006-02-07 01:13:27 +00:00
install.php Now the installer looks for UTF-8 enabled DB (both for MySQL and 2006-02-05 00:57:44 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags Updated tags file 2006-01-05 07:51:10 +00:00
version.php Bumped version number (hadn't been done in a long time) in order to be able to require latest Moodle version in the quiz module. 2006-02-24 10:51:26 +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