Moodle - the world's open source learning platform https://moodle.org/
Find a file
willcast 072f753331 - Some fixes when deleting entries and glossaries.
- Changing the way the comments are shown
- Saving a couple of lines in the Add Entry screen.
2003-12-02 14:35:39 +00:00
admin If a file called cronextra.php exists in the dataroot then cron will 2003-12-01 08:01:41 +00:00
auth Trying to avoid database clashes 2003-10-26 16:08:31 +00:00
backup Now backuptables gets created. (Still untested) 2003-12-01 22:58:49 +00:00
course Use fullname function 2003-11-28 11:06:53 +00:00
doc Nicer styles on Mozilla 2003-10-18 11:44:22 +00:00
error Short tags 2003-09-11 13:50:02 +00:00
files Backupdata is now always created if it is needed. 2003-09-16 06:15:01 +00:00
filter/censor Add a simple README 2003-10-16 09:39:18 +00:00
lang - Some fixes when deleting entries and glossaries. 2003-12-02 14:35:39 +00:00
lib Take post_max_size into account when calculating maximum sizes. 2003-12-02 14:34:24 +00:00
login Use fullname function for names 2003-11-28 11:02:43 +00:00
mod - Some fixes when deleting entries and glossaries. 2003-12-02 14:35:39 +00:00
pix New feature: Allow students to see their own activity reports. 2003-10-31 05:57:30 +00:00
theme Mention new style 2003-11-19 02:55:37 +00:00
user Use fullname display for actual name in list 2003-11-28 16:16:59 +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 RELEASE 1.1 2003-08-29 03:24:01 +00:00
config-dist.php No need for useneweditor anymore 2003-11-03 16:13:59 +00:00
file.php Decode pathinfo in case it has encoded spaces etc in it 2003-11-27 17:23:36 +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 Use CFG->admin 2003-10-19 02:40:03 +00:00
README.txt Made this a bit clearer 2003-01-14 11:24:43 +00:00
tags Latest tags 2003-11-19 07:34:45 +00:00
version.php Bump 2003-11-30 14:02:14 +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