Moodle - the world's open source learning platform https://moodle.org/
Find a file
2004-09-25 20:27:15 +00:00
admin 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
auth Fixed typo 2004-09-24 08:56:47 +00:00
backup Scheduled backup improvements: 2004-09-24 19:20:32 +00:00
blocks Added backup & restore to SITE page. 2004-09-25 11:37:10 +00:00
calendar Merging fix for bug 1957 from MOODLE_14_STABLE. 2004-09-19 22:25:21 +00:00
course Converted many double quoted strings to single quote literals 2004-09-25 15:17:08 +00:00
doc XHTML compliance 2004-09-16 17:13:57 +00:00
enrol Merged change to restore $CFG->prefix from stable 2004-09-25 15:33:06 +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 XHTML compliance 2004-09-16 17:13:57 +00:00
filter Tidy filter from Hannes Gassert <hannes at mediagonal dot ch> 2004-09-23 12:33:14 +00:00
lang Polished. 2004-09-25 19:12:22 +00:00
lib added explanation for format and visible fields in event table 2004-09-25 20:27:15 +00:00
login Bugfixes for my recent checkin 2004-09-23 04:15:19 +00:00
mod Merged from stable - Only break up subject lines for recent activity bug 1995 2004-09-25 13:11:22 +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 added missing </center> 2004-09-16 18:33:35 +00:00
user user id and course id are both now optional 2004-09-25 12:53:35 +00:00
userpix XHTML compliance 2004-09-16 17:13:57 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php Two new config variables allow certain email addresses to be allowed or not. 2004-09-06 04:38:40 +00:00
file.php Merged from stable 2004-09-07 14:13:19 +00:00
help.php The resource types are now always displayed in a standard order 2004-08-02 19:11:15 +00:00
index.php closed some br and img tags 2004-09-12 22:39:20 +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 Just to be sure that value columns type is text. 2004-09-20 17:45:33 +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