Moodle - the world's open source learning platform https://moodle.org/
Find a file
mjollnir_ a6c7e600bc bug related to postgres - inserts into prefix_exercise_assessments were failing,
because generalcomment and teachercomment were not null and didn't have defaults.
for some reason mysql allows this but postgres complains. I've set empty string defaults and added into mysql for consistency.
2004-09-10 04:42:01 +00:00
admin Added some instructions for translators on some important strings 2004-09-10 02:20:58 +00:00
auth First attempt to describe authentication interface 2004-09-03 11:55:22 +00:00
backup Increase memory_limit to 128 in backups & restore. 2004-09-08 22:47:19 +00:00
blocks Merging patch for improved calendar block behavior from MOODLE_14_STABLE. 2004-09-07 10:31:18 +00:00
calendar Importing fix for bug 1921 from stable. 2004-09-09 11:55:00 +00:00
course Merged enrolment fixes frm stable 2004-09-09 09:43:51 +00:00
doc FIxes for Safari 2004-07-07 17:20:59 +00:00
enrol Merged enrolment fixes frm stable 2004-09-09 09:43:51 +00:00
error Short tags 2003-09-11 13:50:02 +00:00
files MErged from CVS 2004-08-30 08:44:00 +00:00
filter New filter for Email protection ... filters all email addresses in Moodle 2004-09-02 04:14:06 +00:00
lang Some new strings 2004-09-09 18:09:11 +00:00
lib Small fixes, moving towards XHTML compliance. 2004-09-09 10:26:11 +00:00
login Do not redeclare auth_user_login upon login failure 2004-09-09 12:37:34 +00:00
mod bug related to postgres - inserts into prefix_exercise_assessments were failing, 2004-09-10 04:42:01 +00:00
pix Improvements to installation procedure. 2004-08-17 13:51:41 +00:00
rss Preparing rss stuff to be showed in lists of activities... 2004-08-07 16:54:25 +00:00
theme Added XHTML header definition and footer validation links 2004-09-08 07:53:53 +00:00
user XHTML tidy up 2004-09-07 10:18:52 +00:00
userpix Some clean up and documentation for userpix, as well as a default restriction 2003-08-26 09:40:58 +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 FIxed typos from stable 2004-09-07 14:15:17 +00:00
install.php Merged fix from stable 2004-09-06 15:50:47 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags Latest tags file 2004-07-29 15:01:28 +00:00
version.php Some changes to moodlelib functions 2004-09-06 15:34:35 +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