Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-02-25 19:10:17 +00:00
admin forcelogin, forceloginprofiles and opentogoogle are config variables to do with setting permissions, so I moved them to the appropriate section on the config page. 2005-02-25 09:14:05 +00:00
auth Document for using shibboleth authentication module with Moodle 2005-02-24 12:10:34 +00:00
backup Merged from MOODLE_14_STABLE - Backing out bad sortorder fix in restorelib -- actually we didn't need one. 2005-02-24 21:14:32 +00:00
blocks removed one excess <br /> tag as noted in Tim's comment here: http://moodle.org/mod/forum/discuss.php?d=18121 2005-02-24 16:23:48 +00:00
calendar Removed some classes from being added explicitly 2005-02-25 06:20:19 +00:00
course removed explicit style-adding for user login string 2005-02-25 06:23:46 +00:00
doc End the page with correct HTML. 2005-01-27 05:20:31 +00:00
enrol DOn't automatically unenrol students from courses with an unlimited 2005-02-10 17:22:28 +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 Fix for bug 2491: 2005-02-08 18:03:43 +00:00
filter Merged from MOODLE_14_STABLE - Cleanup of warnings in filter/activitynames 2005-02-14 07:40:46 +00:00
lang Andrew Walker helped clean up the Flash MP3 player 2005-02-25 09:08:28 +00:00
lib "Reasonable assumptions" if a set or reset time is missing for some year. 2005-02-25 18:44:41 +00:00
login FIxed some notices and cleaned up a little 2005-02-25 07:18:40 +00:00
message Significant improvements to the message display 2005-02-25 13:09:27 +00:00
mod changed the time code, now the timer table keeps track of time spent per attempt per lesson for each student. It is also used for timed tests. Also, moved check navigation link so it wont show up when there are no lesson pages. 2005-02-25 19:10:17 +00:00
pix added the "switch_minus" icon for hide/show and renamed switch to "switch_plus". 2005-02-09 08:58:57 +00:00
rss Moved rsslib.php from the rss directory to the lib directory with the 2005-01-25 06:09:31 +00:00
theme This development temporary hack got checked in by accident 2005-02-25 11:24:55 +00:00
user Updated calls to get_string() for some strings that were moved to lang/en/admin.php 2005-02-24 08:49:32 +00:00
userpix Works with slasharguments off now 2005-01-17 15:21:00 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php Merged from MOODLE_14_STABLE - Added option to respect php.ini session settings, else we reenable garbage collection for sessions. Fixes stale session problems with Debian systems, but still allows package maintainers to override. 2005-02-13 22:54:25 +00:00
file.php SC#98 protection of uploaded files in resources, please review and test 2005-02-22 23:36:20 +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 removed explicit style-adding for user login string 2005-02-25 06:23:46 +00:00
install.php Added checks for allow_fopen_url in two more places! 2005-02-23 15:40:53 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags New tags 2005-02-19 13:19:49 +00:00
version.php Adding new fields to the dst_preset table. 2005-02-25 01:24:52 +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