Moodle - the world's open source learning platform https://moodle.org/
Find a file
2006-08-19 01:38:57 +00:00
admin Fixing errors in admin page cleanup; working towards compatibility with PHP4 (use of interfaces, private/protected/public, instanceof all removed). 2006-08-19 01:37:38 +00:00
auth auth/db: When using internal passwords we must register auth_update_user_password() 2006-07-18 01:36:47 +00:00
backup upgrade logging cleanup, fixes - more improvements ahead 2006-08-17 22:37:34 +00:00
blocks Fixed error that caused self_test failure during initial install; made changes for PHP4 compatibility (no use of instanceof, no use of private/protected/public) 2006-08-19 01:38:57 +00:00
blog some more UI change 2006-08-16 09:11:43 +00:00
calendar Bug 6130 session has bad entries causes calendar to fail showing events 2006-07-24 00:15:54 +00:00
course admin page cleanup (google soc 2006)... updated to use new pagelib 2006-08-18 07:27:05 +00:00
doc Now doc index uses current_charset() 2006-01-05 13:34:31 +00:00
enrol Colorize all orders. 2006-08-18 17:10:30 +00:00
error fix my previous incorrect short tag fix, fixed register globals, IP address used as mail user when not logged in; merged from MOODLE_16_STABLE 2006-05-15 15:45:27 +00:00
files fixed printing of filenames from zip archives - SC#273; merged from MOODLE_16_STABLE 2006-07-12 05:57:28 +00:00
filter Bug #6245 - rewritten multilang filter 2006-08-14 07:46:03 +00:00
grade some more UI stuff 2006-08-15 08:29:29 +00:00
install Automatic installer.php lang files by installer_builder (20060817) 2006-08-17 02:52:18 +00:00
iplookup Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
lang updated for admin page cleanup 2006-08-18 07:26:25 +00:00
lib Thought this was commited. Solve one bug in trigger generation 2006-08-19 00:58:30 +00:00
login Removed all of the "Restricted users" hack because Roles can do it all better. 2006-08-13 07:01:57 +00:00
message merged fix for 5881 2006-06-21 03:13:46 +00:00
mod Code cleanup. Merged from MOODLE_16_STABLE. 2006-08-18 22:26:04 +00:00
my Bug #6136 - Hard coded admin paths; merged from MOODLE_16_STABLE 2006-07-19 08:13:25 +00:00
pix Make these icons transparent 2006-04-25 14:01:13 +00:00
question Bug #6293 - Cannot regrade a question when a teacher has added a comment with a ' - Merged from MOODLE_16_STABLE. Stupid, wreched, datalib. Why can't datalib take care of addslashes, so the whole of the rest of the code can forget about it? That is how a database abstraction layer should work. I know, it is pointless to moan about it, but it has just cost me 3 hours, so I feel I have earned the right to moan. 2006-08-18 22:34:54 +00:00
rss iImproved RSS 2006-03-17 09:48:24 +00:00
search Add/delete/update cron functions added. 2006-08-16 13:34:07 +00:00
sso/hive Checking in some old changes 2006-03-09 16:45:25 +00:00
theme admin page cleanup (google soc 2006)... updated to use new pagelib 2006-08-18 07:27:05 +00:00
user some more UI change 2006-08-16 09:11:43 +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 Removed all of the "Restricted users" hack because Roles can do it all better. 2006-08-13 07:01:57 +00:00
file.php SC #280 force downloading of database files; merged from MOODLE_16_STABLE 2006-07-30 22:44:50 +00:00
help.php adding proper checks that the requested help file exists SC#292; merged from MOODLE_16_STABLE 2006-08-14 20:08:52 +00:00
index.php yet another fix for course list for guests; merged from MOODLE_16_STABLE 2006-07-19 13:59:06 +00:00
install.php Prevent doubleslashes once and again in paths. Also prevent them when writing config.php 2006-05-31 17:54:58 +00:00
README.txt Removed empty lines 2006-04-29 19:36:56 +00:00
tags ROLES AND PERMISSIONS - FIRST CHECK-IN 2006-08-08 05:13:06 +00:00
version.php adding role_allow_assign , role_allow_override table and dropping role_deny_grant 2006-08-17 08:58:51 +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