Moodle - the world's open source learning platform https://moodle.org/
Find a file
2003-12-18 16:46:34 +00:00
admin Clean sessioncookie variable 2003-12-18 16:46:34 +00:00
auth Fixes for POP3 and TLS (new option) 2003-12-05 03:22:34 +00:00
backup Now an email is sent to the admin when some course backup is excecuted. 2003-12-15 00:54:16 +00:00
course Strip tags from activity name when moving 2003-12-17 03:36:19 +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 Fixed bug 812 about editing text files with backslashes in them. 2003-12-09 08:15:34 +00:00
filter/censor Add a simple README 2003-10-16 09:39:18 +00:00
lang Translation of "connected" and "separate" (thanks to JF Nadeau) 2003-12-18 16:23:36 +00:00
lib FIxed some faulty form 'target's that weren't using $CFG->framename 2003-12-14 15:03:23 +00:00
login Use fullname function for names 2003-11-28 11:02:43 +00:00
mod Removed old versions of quiz format plugins 2003-12-17 15:32:45 +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 Fixed a typo (not using $CFG->admin) 2003-12-16 05:31:52 +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 Fixed up some examples 2003-12-07 13:49:51 +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. It's unbelievable how fast time is going. The last update from 2003-12-15 03:58:39 +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