Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-05-30 23:13:56 +00:00
admin Included fix by Jaime Villate posted Sunday, 8 May 2005, 10:45 PM 2005-05-30 09:23:07 +00:00
auth Incorrect variable name used for parameter. 2005-05-18 13:15:21 +00:00
backup Now restore code for quizzes is enabled again. pre15 restore 2005-05-22 19:25:48 +00:00
blocks Merged from STABLE 2005-05-30 18:43:58 +00:00
calendar Merging from STABLE: 2005-05-30 13:35:36 +00:00
course Tabs are out 2005-05-16 19:38:21 +00:00
doc Updated image from Eloy 2005-05-24 09:01:15 +00:00
enrol Merged from MOODLE_15_STABLE. enrol/ldap offers enrol_allowinternal config option as it should. 2005-05-30 03:51:39 +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 Moved a generic function over 2005-04-26 15:51:31 +00:00
filter New extended multilang filter! 2005-05-19 17:32:30 +00:00
grade Tabs are out 2005-05-16 22:22:31 +00:00
lang fixing NCR-notation (see bug 2453) 2005-05-30 22:12:49 +00:00
lib Merged from MOODLE_15_STABLE - Fixed field lenght in config_plugins 2005-05-30 22:36:01 +00:00
login Tabs are out 2005-05-16 22:22:31 +00:00
message Old fix to help focus after beep a little 2005-05-23 17:05:37 +00:00
mod size of top frame, if any, set using $CFG->resource_framesize 2005-05-30 23:13:56 +00:00
pix Removing annoying extra padding from the left side of this graphic. 2005-05-10 00:15:06 +00:00
rss Added to avoid listing... 2005-04-30 16:22:02 +00:00
theme Merging styles for admin/blocks from STABLE 2005-05-28 18:24:23 +00:00
user Merged session fixes from stable 2005-05-29 08:00:24 +00:00
userpix Works with slasharguments off now 2005-01-17 15:21:00 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php Apache log integration -- moved documentation to config-dist.php. 2005-05-17 04:13:29 +00:00
file.php Merged from MOODLE_14_STABLE - Unlock session during fileserving. 2005-05-17 01:00:48 +00:00
help.php New documentation for new assignment types 2005-04-18 09:30:45 +00:00
index.php Added $CFG->disablemycourses bug 3220 2005-05-13 06:17:13 +00:00
install.php Changing width="22" for /pix/help.gif to width="17" 2005-05-10 00:21:09 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags Latest tags 2005-04-28 11:12:25 +00:00
version.php Merged from MOODLE_15_STABLE - Created config_plugins table to manage configuration entries on a per-module/plugin. This breaks the rules a little bit, but it has been discussed with MD. 2005-05-30 05:22:07 +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