Moodle - the world's open source learning platform https://moodle.org/
Find a file
2006-03-10 00:56:14 +00:00
admin [multienrol]Don't die if there's an empty directory in enrol and better strings for admin ui 2006-03-09 05:06:18 +00:00
auth short php tags once more 2006-03-07 21:46:34 +00:00
backup fixed includes in included files - see bug #4891 2006-03-07 23:41:22 +00:00
blocks Quickly cleaning up reports 2006-03-09 08:24:10 +00:00
calendar Accessibility: calendar_get_mini, table summary now multilingual; replaced table in calendar_top_controls. 2006-03-08 17:27:56 +00:00
course Fix icons 2006-03-09 16:44:57 +00:00
doc Now doc index uses current_charset() 2006-01-05 13:34:31 +00:00
enrol help with $a 2006-03-09 11:35:54 +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 Automatic installer.php by installer_builder (20060310) 2006-03-10 00:56:14 +00:00
iplookup Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
lang Added some strings to the be able to download lang packs from 2006-03-10 00:55:49 +00:00
lib Non-admins can use the component-install class 2006-03-09 23:55:46 +00:00
login Removed the shibboleth code (there is a new way now) 2006-03-02 01:09:56 +00:00
message Message system now use current_charset(). 2006-01-05 16:19:26 +00:00
mod Added $CFG->pagepath so that the Moodle Doc URLs are generated properly for 2006-03-09 07:53:14 +00:00
my Reworked the My Moodle course overview API to be MUCH more efficient. 2006-01-17 20:49:43 +00:00
pix Accessibility: /pix/a for accessibility and usability related images - 1em resizable. 2006-03-08 12:38:43 +00:00
question Fixed up some more links. 2006-03-09 16:17:45 +00:00
rss Merged fix from stable when checking course->guest on site 2005-07-25 09:05:12 +00:00
sso/hive Checking in some old changes 2006-03-09 16:45:25 +00:00
theme added styles for reports. 2006-03-09 18:27:37 +00:00
user Checking in some blog-related user changes for testing on 2006-03-09 09:09:20 +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
config-dist.php optional unicode characters and better conversion to ascii in function clean_file(); fixed textlib setup code; unicode related cleanup in config-dist.php 2006-03-04 11:35:08 +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 it's possible to use any language in the installer. 2006-03-09 20:24:14 +00:00
README.txt
tags Updated tags file 2006-01-05 07:51:10 +00:00
version.php Checking in some blog-related user changes for testing on 2006-03-09 09:09:20 +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