Moodle - the world's open source learning platform https://moodle.org/
Find a file
2003-01-10 05:44:51 +00:00
admin More robust when dealing with a plugin module that isn't readable 2003-01-08 09:07:07 +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 Small robustness fixes 2003-01-06 13:55:37 +00:00
doc Slightly more rboust 2003-01-06 08:47:57 +00:00
error First implementation of new authentication system, which can now use 2002-09-26 07:03:22 +00:00
files Some small robustness things, and a new style for quiz feedback text 2003-01-08 09:08:05 +00:00
lang no message 2003-01-10 05:44:51 +00:00
lib Fix when making timestamps from web selector 2003-01-10 05:41:20 +00:00
login Missed something 2003-01-07 14:52:51 +00:00
mod Some small robustness things, and a new style for quiz feedback text 2003-01-08 09:08:05 +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 Small robustness fixes 2003-01-06 13:55:37 +00:00
CHANGES Daily changes 2002-12-29 17:41:18 +00:00
config-dist.php Clean sweep through all the important changing all include(), include_once() 2003-01-05 14:19:20 +00:00
file.php Clean sweep through all the important changing all include(), include_once() 2003-01-05 14:19:20 +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 Clean sweep through all the important changing all include(), include_once() 2003-01-05 14:19:20 +00:00
README.txt Clearer info 2002-12-29 15:12:45 +00:00
version.php Updating version to get ready for tonight 2003-01-06 09:29:06 +00:00

README     $Id$
------

If you are installing the first time, then you 
should read the installation guide which is 
stored in the doc subdirectory:

   doc/install.html

You can also access the latest version (as well 
complete information about upgrading and using 
Moodle on the moodle.com web site:

   http://moodle.com/doc/

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