Moodle - the world's open source learning platform https://moodle.org/
Find a file
2004-04-27 05:11:53 +00:00
admin Some fixes to improve editing of rtl languages 2004-04-25 03:54:25 +00:00
auth Thanks to Dave Lopata <Dave@Lopata.Net>, Moodle now supports LDAP 3 2004-04-15 15:57:32 +00:00
backup First version of inter-activities mantained in backup/restore. 2004-04-24 00:40:45 +00:00
blocks Removed obsolete function from pre-OO days. 2004-04-26 09:03:40 +00:00
calendar Fixed bug reported by John Ryan (http://moodle.org/mod/forum/discuss.php?d=7347) 2004-04-26 10:44:16 +00:00
course Much requested: Uploaded resources are now shown using the relevant icon. 2004-04-26 15:31:22 +00:00
doc Fixed some copyrights 2004-03-10 13:23:00 +00:00
error Short tags 2003-09-11 13:50:02 +00:00
files Added gz 2004-04-25 02:11:48 +00:00
filter Commented out debugging code 2004-04-26 15:20:10 +00:00
lang Latest changes 2004-04-27 05:11:53 +00:00
lib Update all the modinfo fields to make the resource icons work 2004-04-26 15:45:02 +00:00
login Some changes to make login a little more robust on some sites that have 2004-04-03 04:55:35 +00:00
mod WEBLINKs and WEBPAGEs can have icons too 2004-04-26 15:44:25 +00:00
pix OK, now I'm just wasting time. :-) Hand-tweaked some pixels 2004-03-13 08:23:34 +00:00
theme Changed group event color to better differentiate Group and Course event 2004-04-22 11:37:02 +00:00
user Links to enrolled courses in user profile page now link to the 2004-04-03 07:08:16 +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 More details 2004-03-12 07:34:14 +00:00
file.php file.php now calculates content-length correctly for filtered text and HTML files. 2004-04-26 03:41:45 +00:00
help.php Put the help inside a box, in case the background is dark 2003-10-21 02:30:42 +00:00
index.php A fix to help some misconfigured sites (without DirectoryIndex) 2004-04-07 13:07:38 +00:00
README.txt Made this a bit clearer 2003-01-14 11:24:43 +00:00
tags Updaed 2004-03-16 12:19:23 +00:00
version.php Update all the modinfo fields to make the resource icons work 2004-04-26 15:45:02 +00:00

README     $Id$
------

If you are installing the first time, then you 
should read the installation guide which is 
part of the Moodle documentation (along with 
information about upgrading etc):

   http://moodle.com/doc/

There is a copy of all this documentation as part of 
this Moodle distribution.  You can access your local
copy of the installation guide here:

   lang/en/docs/install.html

Once Moodle is installed on your machine, then 
you can also access a local copy of all this 
documentation (localised to your language) at:

   http://yourmoodlesite.com/doc/


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 an empty directory somewhere to store 
   uploaded files (NOT accessible via the web).
   This directory must be writeable by the web server
   process.

3) Create a single database for Moodle to store all
   it's tables in (or choose an existing database).

4) Copy the file config-dist.php to config.php, and 
   edit it with all your own settings.

5) Visit your new home page with a web browser.  Moodle
   will lead you through the rest of the setup, 
   creating an admin account and so on.

6) Set up a cron task to call the file admin/cron.php
   every five minutes or so.


Cheers!
Martin Dougiamas