Moodle - the world's open source learning platform https://moodle.org/
Find a file
2004-03-13 13:36:41 +00:00
admin Add a count of the number of activites using a particular module 2004-03-13 10:40:01 +00:00
auth UNTESTED changes to allow multiple hosts to be used for POP3/IMAP/NNTP authentication 2004-01-16 09:17:20 +00:00
backup After executing all my test courses, now everything seems to be ready. 2004-03-12 08:00:09 +00:00
course Fixed to hide hidden activities from normal users and to display dimmed for teachers / admins. 2004-03-11 14:07:56 +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 Full paths when including pclzip bug 1139 2004-03-13 12:08:28 +00:00
filter mimeTeX buffer overrun vulnerability fixed for Windows and Linux 2004-03-06 11:58:07 +00:00
lang Too many bugs, not enough time! 2004-03-13 13:36:41 +00:00
lib Sections, create folder and fileupload enabled also on link dialog. 2004-03-13 00:14:54 +00:00
login Take out all he notices in this form, it had a lot !! 2004-02-21 01:53:12 +00:00
mod Some fixes for display of survey reports 2004-03-13 13:33:20 +00:00
pix OK, now I'm just wasting time. :-) Hand-tweaked some pixels 2004-03-13 08:23:34 +00:00
theme Y not? 2004-03-11 11:13:04 +00:00
user Now, in SEPARATE groups courses, a user cannot access to the info about users 2004-03-09 23:07:35 +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 Added an option on the filters page to control whether uploaded 2004-03-11 02:14:15 +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 WHen showing just course categories, then the title of the section 2004-03-13 00:53:17 +00:00
README.txt Made this a bit clearer 2003-01-14 11:24:43 +00:00
tags Latest tags 2004-02-24 09:18:34 +00:00
version.php Bump 2004-03-11 02:15:57 +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