Moodle - the world's open source learning platform https://moodle.org/
Find a file
2004-10-01 12:09:52 +00:00
admin Added optional_param and required_param just to get it on the plate 2004-10-01 12:09:52 +00:00
auth Moved configuration defaults to new function auth_ldap_getdefaults() 2004-10-01 04:39:03 +00:00
backup Sync with 14_STABLE version. Not needed but, for now I prefer 2004-10-01 09:27:32 +00:00
blocks Fixed a notice as per bug 2020 (and tidied some code) 2004-09-30 08:35:55 +00:00
calendar Merging fix for bug 1957 from MOODLE_14_STABLE. 2004-09-19 22:25:21 +00:00
course Added optional_param and required_param just to get it on the plate 2004-10-01 12:09:52 +00:00
doc Closed script security problem (merged from STABLE) 2004-09-27 01:48:24 +00:00
enrol Fixing display of costs 2004-09-30 08:35:24 +00:00
error Converted double quote strings to single quote literals - inspired by error in double quotes found by ottenhoff and noted in comment to bug 1981 2004-09-24 22:28:50 +00:00
files Merged fix for unclean oldname from renaming ... from stable. 2004-09-28 08:05:18 +00:00
filter Tidy filter from Hannes Gassert <hannes at mediagonal dot ch> 2004-09-23 12:33:14 +00:00
lang Typos corrected 2004-10-01 06:30:08 +00:00
lib Added optional_param and required_param just to get it on the plate 2004-10-01 12:09:52 +00:00
login More changes to use fullname function rather than firstname lastname 2004-09-30 03:43:40 +00:00
mod Included one more translation of links from 2004-10-01 11:33:26 +00:00
pix Improvements to installation procedure. 2004-08-17 13:51:41 +00:00
rss XHTML compliance 2004-09-16 17:13:57 +00:00
theme Martin, did you really mean to switch XHTML on in the standard standard theme? 2004-09-30 20:39:35 +00:00
user Closed hole when using userid information from form data (merged from STABLE) 2004-09-27 13:26:06 +00:00
userpix Fixed firstname lastname to call to fullname function 2004-09-29 21:32:53 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php New config variable $CFG->tracksessionip will force Moodle to always 2004-09-27 14:35:37 +00:00
file.php Added a file level phpdoc docblock tag. Also converted double quote strings to single quote literals. 2004-09-29 18:19:39 +00:00
help.php Added a file level phpdoc docblock tag. Also converted double quote strings to single quote literals. 2004-09-29 18:19:39 +00:00
index.php after removing empty line at top of section the editing icon was now a bit cramped in, so added an empty line below it but only if editing is on. 2004-09-30 18:56:08 +00:00
install.php Installer now checks that MySQL extension is present - see bug 1982 2004-09-23 05:40:53 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags Latest tags 2004-09-20 08:54:12 +00:00
version.php SESSIONS-IN-DATABASE SUPPORT 2004-09-30 06:02:39 +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