Moodle - the world's open source learning platform https://moodle.org/
Find a file
koenr eaa540f579 initial translation by Koen Roggemans
Original file can use some good care :-)
2004-08-29 21:19:49 +00:00
admin Merging changes from MOODLE_14_STABLE 2004-08-26 18:50:18 +00:00
auth removed some warnings from from fields, closing bug 1558 2004-08-20 20:32:38 +00:00
backup Bumped a bit after 1.4 release. 2004-08-29 10:16:29 +00:00
blocks improvement of online_users block on front page, suggested by Bruno, see bug # 1821 2004-08-28 18:34:38 +00:00
calendar Importing fixes from MOODLE_14_STABLE 2004-08-26 10:52:00 +00:00
course removed unnecessary calls to get_site() 2004-08-29 14:15:40 +00:00
doc FIxes for Safari 2004-07-07 17:20:59 +00:00
enrol Missing prefix 2004-08-23 12:37:12 +00:00
error Short tags 2003-09-11 13:50:02 +00:00
files removed unnecessary calls to get_site() 2004-08-29 14:15:40 +00:00
filter removed unnecessary calls to get_site() 2004-08-29 14:15:40 +00:00
lang initial translation by Koen Roggemans 2004-08-29 21:19:49 +00:00
lib Can now force subscribe INITIALLY, implementing suggestion by Howard in bug 1084 2004-08-29 19:17:27 +00:00
login got rid of update_user_in_db, see bug 1833 2004-08-29 14:24:05 +00:00
mod Can now force subscribe INITIALLY, implementing suggestion by Howard in bug 1084 2004-08-29 19:17:27 +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 Fixed spaces/returns 2004-08-17 05:51:53 +00:00
user removed unnecessary calls to get_site() 2004-08-29 14:15:40 +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 added $CFG->filelifetime to config-dist.php 2004-08-22 17:52:21 +00:00
file.php Added a 404 header but it seems not to work ... not sure why not. 2004-08-18 05:59:14 +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 Fix for bug 1662: 2004-08-22 16:54:48 +00:00
install.php Try to apply sensible file permissions to the new config.php 2004-08-21 13:27:44 +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 Bump! 2004-08-29 09:34:45 +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