Moodle - the world's open source learning platform https://moodle.org/
Find a file
stronk7 343fc72785 Now this script is using the new, central unzip_file() function.
TEST, TEST!!!

Merged from MOODLE_14_STABLE
2004-10-10 21:58:43 +00:00
admin course/index.php is using sesskey. 2004-10-09 13:22:59 +00:00
auth Added selective user disable, activate and creation. 2004-10-10 07:54:42 +00:00
backup Order logs by creation order (id) 2004-10-10 18:48:03 +00:00
blocks Files for postgresql 2004-10-10 16:10:48 +00:00
calendar Some changes for XHTML compatibility 2004-10-07 05:52:39 +00:00
course course/view.php is using sesskey 2004-10-09 20:16:05 +00:00
doc Closed script security problem (merged from STABLE) 2004-09-27 01:48:24 +00:00
enrol Merged from stable 2004-10-07 15:22:47 +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 Now this script is using the new, central unzip_file() function. 2004-10-10 21:58:43 +00:00
filter Tidy filter from Hannes Gassert <hannes at mediagonal dot ch> 2004-09-23 12:33:14 +00:00
lang Updates 2004-10-10 07:30:36 +00:00
lib Central unzip_file() function included: 2004-10-10 21:46:13 +00:00
login Merged fix for stopped email from STABLE 2004-10-04 15:49:40 +00:00
mod small fix for previous merge - I hope the last one :-( 2004-10-10 20:42:11 +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 Allow password changes with standard password change dialog if 2004-10-10 06:26:29 +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 Bump the version since installation actually works now. :-) 2004-10-08 16:20: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