Moodle - the world's open source learning platform https://moodle.org/
Find a file
defacer bb4a2e85c0 New features implemented:
* Configurable defaults for the calendar upcoming events lookahead and
   maximum upcoming events displayed (bug #1623)

 * Configurable setting for which days of the week are treated as weekend
   (bug #1919)

 * Configurable setting for which day starts the week (the admin can now set
   this as the default for new users and guests without messing with language
   packs) (no butracker issue)
2004-12-16 18:49:57 +00:00
admin New features implemented: 2004-12-16 18:49:57 +00:00
auth Auth/LDAP 2004-11-22 07:46:10 +00:00
backup Skipping empty categories in restore. They shouldn't exist but 2004-12-10 18:27:53 +00:00
blocks oops, this should have been put in the moodle/lang folder. moving 2004-12-14 18:10:48 +00:00
calendar New features implemented: 2004-12-16 18:49:57 +00:00
course Merged course listing fix from stable 2004-12-15 13:33:40 +00:00
doc Merged sc28 from stable 2004-12-12 07:01:35 +00:00
enrol Allow groups to have enrolment keys in addition to the course enrolment key. 2004-12-14 08:12:12 +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 fixed $course->id 2004-12-15 06:32:32 +00:00
filter new handling of uploaded files, please TEST, TEST, TEST 2004-12-14 18:57:51 +00:00
lang New features implemented: 2004-12-16 18:49:57 +00:00
lib New tables for messaging system, plus completion of the dst_preset 2004-12-16 12:39:17 +00:00
login The user editing screen and the change password screen didn't play very 2004-12-16 17:26:29 +00:00
message Draft beginning of new messaging system that Martin and Shane are working on. 2004-12-16 12:40:36 +00:00
mod Added xml format import. First pass for testing. 2004-12-16 15:54:51 +00:00
pix Improvements to installation procedure. 2004-08-17 13:51:41 +00:00
rss Now filename is fixed to rss.xml. SC#23 2004-12-15 23:21:25 +00:00
theme New features implemented: 2004-12-16 18:49:57 +00:00
user The user editing screen and the change password screen didn't play very 2004-12-16 17: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 new handling of uploaded files, please TEST, TEST, TEST 2004-12-14 18:57:51 +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 Fix for bug 2241: 2004-11-29 04:19:05 +00:00
install.php Merged from MOODLE_14_STABLE 2004-12-13 07:38:43 +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 New tables for messaging system, plus completion of the dst_preset 2004-12-16 12:39:17 +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