Moodle - the world's open source learning platform https://moodle.org/
Find a file
2003-05-06 03:06:06 +00:00
admin Formatting fixes only 2003-05-05 08:31:04 +00:00
auth New authentication method - a very simple one called "manual". 2003-04-24 15:01:15 +00:00
backup Updated and new entries. Don't forget them !!! 2003-05-04 23:39:24 +00:00
course Hide admin links (eg grades) from guest accounts 2003-05-06 03:02:58 +00:00
doc Two new language variables implemented. 2003-05-03 06:50:29 +00:00
error First implementation of new authentication system, which can now use 2002-09-26 07:03:22 +00:00
files Tidying up the way pix images are used. 2003-04-28 04:32:55 +00:00
lang Some additions etc 2003-05-05 08:25:53 +00:00
lib Improvements for PLAIN FORMAT (links) plus some efficiency I think 2003-05-05 16:40:46 +00:00
login Fixes to improve the password recovery process. There is now a 2003-05-04 03:00:52 +00:00
mod Prevent guests from taking surveys 2003-05-06 03:06:06 +00:00
pix Missed some pixels 2003-05-04 13:48:39 +00:00
theme Added two styles: .noticebox and .noticeboxcontent 2003-05-05 12:17:34 +00:00
user Always print full number of student at the top 2003-04-29 12:51:21 +00:00
CHANGES RELEASE 1.0.8.1 2003-01-12 07:16:33 +00:00
config-dist.php More info about admin location and a fix 2003-04-10 13:57:21 +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 Two new language variables implemented. 2003-05-03 06:50:29 +00:00
README.txt Made this a bit clearer 2003-01-14 11:24:43 +00:00
tags Latest tags 2003-05-04 04:14:14 +00:00
version.php Lang column was missing from postgresql-files (?) 2003-05-04 16:05:59 +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