Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-06-06 05:21:11 +00:00
admin Added a 'Save Changes' button to the top of the page for those of us too 2005-06-06 03:35:28 +00:00
auth auth/ldap : minor html fix 2005-06-03 03:41:16 +00:00
backup Upgraded backup/restore TODO list. Only two points remains open: 2005-06-03 17:43:46 +00:00
blocks fixed typo 2005-06-04 17:22:00 +00:00
calendar Fix for bug 3364: 2005-05-30 13:31:44 +00:00
course Improve alignment in table in mod.html for IE 2005-06-04 08:30:49 +00:00
doc Now doc index uses current_charset() 2006-01-05 13:34:31 +00:00
enrol enrol/ldap offers enrol_allowinternal config option as it should. 2005-05-30 03:51:07 +00:00
error file survey.php was added on branch MOODLE_15_STABLE on 2006-03-10 07:27:54 +0000 2005-04-05 20:54:43 +00:00
files Added selectall/deselectall to files/index.php 2006-01-11 02:26:26 +00:00
filter Turn off script access for autoembedded flash SC126 2005-06-05 03:31:44 +00:00
grade Check array is initialised. Bug 3424. 2005-06-06 00:39:35 +00:00
lang Merged all the changes in HEAD until now 2005-06-06 05:04:31 +00:00
lib Just a small fix for people tracking betas 2005-06-05 13:11:05 +00:00
login Merged as MOODLE_15_STABLE: Accounts that are created with no authentication shouldn't allow non alphanumeric usernames, fixing in login/index.php as the auth library can't pass error messages. Fixes bug #4192 2005-12-12 03:17:08 +00:00
message Message system now use current_charset(). 2006-01-05 16:19:26 +00:00
mod Regrading now used the proper session mechanism. Also it now works with old-style attempts which have only a single state. 2005-06-05 20:37:52 +00:00
pix file survey.php was added on branch MOODLE_15_STABLE on 2006-03-10 07:27:54 +0000 2005-04-05 20:54:43 +00:00
rss file survey.php was added on branch MOODLE_15_STABLE on 2006-03-10 07:27:54 +0000 2005-04-05 20:54:43 +00:00
sso/hive So that we have the password handy later 2005-08-01 08:49:33 +00:00
theme mainly corretion for a disply problem of the course page in MSIE plus some minor changes. 2005-06-05 16:38:01 +00:00
user Forgot to prepend country codes to the teacher list as well when sorting. 2005-06-03 23:40:19 +00:00
userpix file survey.php was added on branch MOODLE_15_STABLE on 2006-03-10 07:27:54 +0000 2005-04-05 20:54:43 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php file survey.php was added on branch MOODLE_15_STABLE on 2006-03-10 07:27:54 +0000 2005-04-05 20:54:43 +00:00
file.php file survey.php was added on branch MOODLE_15_STABLE on 2006-03-10 07:27:54 +0000 2005-04-05 20:54:43 +00:00
help.php Fixed bug #4536 : error in optional_param 2006-01-09 01:55:42 +00:00
index.php Missing sesskey parameter. Merged from Stable. (SE) 2005-12-22 00:17:00 +00:00
install.php HEAD install is working again... 2006-01-07 10:15:04 +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 Updated version for release 1.5 2005-06-06 05:21:11 +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