Moodle - the world's open source learning platform https://moodle.org/
Find a file
2005-04-01 08:50:02 +00:00
admin Can provide an alternate page for the login form. 2005-04-01 07:39:27 +00:00
auth Removed old files 2005-03-23 09:55:52 +00:00
backup Bump! 2005-03-20 23:44:00 +00:00
blocks Adding the new grade tables 2005-03-28 18:16:39 +00:00
calendar Avoid some double-slashes sent to DB. It was breaking the multilang 2005-03-27 22:16:05 +00:00
course MOved deletion of course module 2005-03-31 08:32:24 +00:00
doc End the page with correct HTML. 2005-01-27 05:20:31 +00:00
enrol Merged from MOODLE_14_STABLE - insert_record() - major efficiency improvements for Postgres databases on insert. Also fixed many calls to insert_record() which discard the returned record id to not ask for the record id. 2005-04-01 05:55:10 +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 Removing some old theme rubbish 2005-03-19 08:32:01 +00:00
filter Merged from MOODLE_14_STABLE - insert_record() - major efficiency improvements for Postgres databases on insert. Also fixed many calls to insert_record() which discard the returned record id to not ask for the record id. 2005-04-01 05:55:10 +00:00
grade Fixes to preferences and other stuff 2005-03-29 12:34:32 +00:00
lang Can provide an alternate page for the login form. 2005-04-01 07:39:27 +00:00
lib Updated formatting in getremoteaddr, and made add_to_log use it 2005-04-01 07:40:07 +00:00
login Just tidying up a bit 2005-04-01 08:50:02 +00:00
message Added title to history icon link (SE) 2005-03-27 06:30:41 +00:00
mod Merged from MOODLE_14_STABLE - insert_record() - major efficiency improvements for Postgres databases on insert. Also fixed many calls to insert_record() which discard the returned record id to not ask for the record id. 2005-04-01 05:55:10 +00:00
pix forgot to commit this move left icon earlier. This is not a professionally created icon, perhaps someone can do a better job? 2005-03-08 09:22:57 +00:00
rss MOre changes to use filelib.php 2005-03-07 12:10:22 +00:00
theme Much longer images for long tabs .... hope this doesn't slow them 2005-03-30 18:03:13 +00:00
user Fixed incorrect usage of isteacher(), didn't work and threw a warning. 2005-03-26 18:34:55 +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 Added support for $CFG->filtermatchoneperpage, allowing a phrase 2005-03-21 23:47:21 +00:00
file.php Call new lib/filelib.php 2005-03-07 11:34:16 +00:00
help.php Close footer properly 2005-03-27 05:44:31 +00:00
index.php Removed a spacer 2005-03-29 16:49:39 +00:00
install.php Whoops, how did this get in there? :-) 2005-03-14 13:31:34 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags Latest tags 2005-03-10 15:31:24 +00:00
version.php Remove "deleted" field from course_modules table 2005-03-31 08:46:38 +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