Moodle - the world's open source learning platform https://moodle.org/
Find a file
defacer f8582e3e0a Tweaked class MoodleBlock some. Removed a useless function (how did it get in here?)
and renamed handle_config(), print_config() to config_save(), config_print() for
consistency with the new instance_ functions().

Removed that old and obsolete README file.
2004-11-19 02:41:32 +00:00
admin Merged from MOODLE_14_STABLE moodle--eduforge--1.3.3--patch-335 Now memory_limit can be overriden by higher config settings from php.ini, commandline, httpd.conf, .htaccess 2004-11-18 02:55:06 +00:00
auth Allow config how aliases are derefered. 2004-11-08 18:13:00 +00:00
backup Merged from MOODLE_14_STABLE moodle--eduforge--1.3.3--patch-335 Now memory_limit can be overriden by higher config settings from php.ini, commandline, httpd.conf, .htaccess 2004-11-18 02:55:06 +00:00
blocks Tweaked class MoodleBlock some. Removed a useless function (how did it get in here?) 2004-11-19 02:41:32 +00:00
calendar Merged sesskey fix from stable 2004-11-05 06:29:48 +00:00
course Merged from MOODLE_14_STABLE: 2004-11-17 06:57:28 +00:00
doc Closed script security problem (merged from STABLE) 2004-09-27 01:48:24 +00:00
enrol Merged payment fix from stable 2004-11-11 06:51:53 +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 fixes from stable 2004-11-10 15:48:48 +00:00
filter merged from MOODLE_14_STABLE; 2004-11-18 10:08:14 +00:00
lang Changed "search" string for more explicity 2004-11-18 18:53:21 +00:00
lib FIxed the call to forum_add_user that was breaking student enrollment 2004-11-18 06:40:11 +00:00
login Merged fix for stopped email from STABLE 2004-10-04 15:49:40 +00:00
mod Fixed another version problem, this time not _as_ serious as just in UNSTABLE DEVELOPMENT 2004-11-19 02:30:40 +00:00
pix Improvements to installation procedure. 2004-08-17 13:51:41 +00:00
rss Now RSS links are displayed ok in SITEID course. 2004-10-04 22:21:30 +00:00
theme Classes added for XHTML compatibility in main code 2004-10-08 13:35:36 +00:00
user Merged fix from STABLE to hide hidden teachers in a course with separate groups 2004-11-11 08:10:01 +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 Pages/blocks code updates: 2004-11-12 18:39:25 +00:00
install.php Use dirroot to check admin directory 2004-10-22 10:17:25 +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 Version bump for new indexes 2004-11-17 07:49:04 +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