Moodle - the world's open source learning platform https://moodle.org/
Find a file
2003-02-15 02:58:34 +00:00
admin Add better escaping for double quotes 2003-02-02 02:37:09 +00:00
auth A little fix to workaround what seems to be an ADOdb bug when using 2003-01-06 05:37:26 +00:00
course Password had no default 2003-01-20 09:30:24 +00:00
doc Instead of using doclang, use $SESSION->lang, and make it override other 2003-01-19 12:32:55 +00:00
error First implementation of new authentication system, which can now use 2002-09-26 07:03:22 +00:00
files Better control over directory permissions: $CFG->directorypermissions 2003-01-20 14:04:06 +00:00
lang Updates 2003-02-12 10:27:21 +00:00
lib Fixed link to picture file in print_picture_file 2003-02-11 01:53:10 +00:00
login Fixed navigation link to login page 2003-02-15 02:58:34 +00:00
mod Note for something that needs to be fixed 2003-02-06 06:37:10 +00:00
pix Made transparent 2002-10-17 23:49:02 +00:00
theme Some small robustness things, and a new style for quiz feedback text 2003-01-08 09:08:05 +00:00
user Use $CFG->directorypermissions for new directories 2003-01-20 14:04:33 +00:00
CHANGES RELEASE 1.0.8.1 2003-01-12 07:16:33 +00:00
config-dist.php Removed a line from config.php 2003-01-12 06:31:07 +00:00
file.php Displayed time formats are now stored in lang files 2003-01-15 10:55:54 +00:00
help.php Clean sweep through all the important changing all include(), include_once() 2003-01-05 14:19:20 +00:00
index.php Slightly better formatting ... needs work still I think 2003-01-20 08:22:53 +00:00
README.txt Made this a bit clearer 2003-01-14 11:24:43 +00:00
version.php Update the version 2003-01-20 07:11: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