Moodle - the world's open source learning platform https://moodle.org/
Find a file
2006-04-10 07:29:47 +00:00
admin agreelicence was not set 2006-04-10 06:35:10 +00:00
auth Only decode from utf8 if we aren't running under utf8. 2006-03-28 19:14:23 +00:00
backup Bump! 2006-03-29 17:27:29 +00:00
blocks Just to avoid browsing of block directory 2006-04-08 16:05:38 +00:00
blog changed param_alpha to param_notags, otherwise can not support tags in non-lation 2006-04-10 07:29:47 +00:00
calendar Accessibility: function calendar_top_controls, tidy up commented code. 2006-03-17 10:53:15 +00:00
course Add a navmenu to the loginas page 2006-04-09 07:25:57 +00:00
doc Now doc index uses current_charset() 2006-01-05 13:34:31 +00:00
enrol static $timediff30. Call once only. 2006-04-07 11:23:10 +00:00
error Merged from stable 2005-11-01 06:53:57 +00:00
files Christian's changes to update Resources when files are moved 2006-03-21 09:07:19 +00:00
filter Added another extension for Real Media. This should cover all the file 2006-03-13 07:21:50 +00:00
grade bug fix for 4724 2006-02-09 07:52:48 +00:00
install Initial revision 2006-04-09 23:36:53 +00:00
iplookup Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
lang Some missing blog strings 2006-04-09 07:47:55 +00:00
lib Convert the text cache to use a blob, so that there are no character set 2006-04-10 07:17:26 +00:00
login Make the links more robust (index.php) 2006-04-05 03:02:57 +00:00
message Merged fix for bug 4639 from stable 2006-03-14 04:12:52 +00:00
mod Fixing bug (Postgres related): 2006-04-10 05:59:48 +00:00
my fixed warning 2006-03-18 10:07:35 +00:00
pix Smaller, cleaner images 2006-04-05 02:42:54 +00:00
question Taking out random question hack that is no longer needed. 2006-04-09 22:43:22 +00:00
rss iImproved RSS 2006-03-17 09:48:24 +00:00
sso/hive Checking in some old changes 2006-03-09 16:45:25 +00:00
theme removed !important from border definition of the sideblock calender to be able to style it in the theme 2006-04-09 10:49:14 +00:00
user Remove the tinymce option until 1.7 2006-03-27 14:05:40 +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 Removed comments for global filter settings. 2006-03-20 15:06:10 +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 Added $forcelang optional parameter. This is useful if we want to get help.php 2006-03-22 03:16:27 +00:00
index.php News items on home page should be sorted by date of first post 2006-04-05 01:54:41 +00:00
install.php Preventig bug affecting sites with modified wwwroot and 2006-04-09 21:39:49 +00:00
README.txt Updated README 2006-03-12 08:04:29 +00:00
tags Latest tags 2006-04-05 02:47:17 +00:00
version.php Convert the text cache to use a blob, so that there are no character set 2006-04-10 07:17: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://docs.moodle.org/en/Installing_Moodle 

A local copy can also be found in 

   lang/en_utf8/help/install.html   (or your language)


Good luck and have fun!
Martin Dougiamas, Lead Developer