Moodle - the world's open source learning platform https://moodle.org/
Find a file
2006-04-12 08:53:24 +00:00
admin Fix for Bug #5021 - Unhiding an entire Module unhides all it's child 2006-04-11 08:30:10 +00:00
auth Only decode from utf8 if we aren't running under utf8. 2006-03-28 19:14:23 +00:00
backup Added default values for not null columns in table creation sql 2006-04-12 08:44:59 +00:00
blocks took out blog_isLogged_In function 2006-04-12 04:10:24 +00:00
blog fixing rsslib, and added code to check if rss not enabled, blog rss button will not be printed 2006-04-12 06:04:06 +00:00
calendar Accessibility: function calendar_top_controls, tidy up commented code. 2006-03-17 10:53:15 +00:00
course Restored topic numbers to topic format. Who deleted them?????! 2006-04-12 08:06:37 +00:00
doc Now doc index uses current_charset() 2006-01-05 13:34:31 +00:00
enrol Make function names as library name. 2006-04-11 12:37:41 +00:00
error Merged from stable 2005-11-01 06:53:57 +00:00
files FIx notices and logic when deleting files and checking resources. bug 5156 2006-04-12 08:53:24 +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 Deleted wrong ca_utf8_old imported file! :-( 2006-04-10 16:40:14 +00:00
iplookup Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
lang Bug #4879 - small fix for maxbytes help blurb 2006-04-12 07:09:56 +00:00
lib Solve some notices that were breaking Excel generation under 2006-04-11 22:49:09 +00:00
login Explicit link to home page 2006-04-12 01:32:15 +00:00
message Merged fix for bug 4639 from stable 2006-03-14 04:12:52 +00:00
mod Added utf8 conversion 2006-04-12 06:15:29 +00:00
my Just some cosmetic code 2006-04-10 15:00:39 +00:00
pix MOved/cleaned fixpix.php to pix/redirect.php 2006-04-11 07:53:59 +00:00
question Fixed parameter type for $confirm 2006-04-11 22:22:31 +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 Fixes to make the courses look nice again after the accessibility 2006-04-12 07:57:03 +00:00
user Fix for bug 5144 (nickname field) 2006-04-10 16:12:53 +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
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 htmlentities() to s() 2006-04-11 15:42:08 +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 Added a new field to cache "old" course_module visibility when 2006-04-11 07:04:55 +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