Moodle - the world's open source learning platform https://moodle.org/
Find a file
2003-07-03 23:17:07 +00:00
admin Allow default countyr to be unset again 2003-07-02 08:37:15 +00:00
auth New authentication method - a very simple one called "manual". 2003-04-24 15:01:15 +00:00
backup Remove thanks to Daniel in progress :-) 2003-07-03 23:17:07 +00:00
course performance increase for make_editing_buttons, value for 'str' stored in static variable 2003-06-27 22:25:31 +00:00
doc Some fixes to display documentation better in other languages 2003-06-12 11:55:03 +00:00
error First implementation of new authentication system, which can now use 2002-09-26 07:03:22 +00:00
files Fixed a bug affecting the zipping of files within subdirectories, 2003-06-19 13:12:34 +00:00
lang Hungarian 2003-07-03 22:01:05 +00:00
lib Keep strings cached in memory during a single page to improve performance 2003-07-03 12:19:54 +00:00
login Removed needless reference to $ME 2003-06-20 04:41:14 +00:00
mod Excluded form quiz_choose_random_questions the quiz 2003-07-02 17:30:42 +00:00
pix Missed some pixels 2003-05-04 13:48:39 +00:00
theme Fixed icons - bug 442 2003-06-14 13:02:06 +00:00
user Fixed a bug when admins edit user accounts from external databases 2003-06-13 02:37:52 +00:00
CHANGES RELEASE 1.0.8.1 2003-01-12 07:16:33 +00:00
config-dist.php Checking in the include error code in again, with improvements 2003-05-26 01:54:11 +00:00
file.php Displayed time formats are now stored in lang files 2003-01-15 10:55:54 +00:00
help.php Added an index to all help files. :-) Manually maintained at the moment. :-( 2003-06-14 03:52:23 +00:00
index.php Strip tags from Window title 2003-06-03 03:23:29 +00:00
README.txt Made this a bit clearer 2003-01-14 11:24:43 +00:00
tags Latest tags for vi etc 2003-05-16 07:04:09 +00:00
version.php About time to update it anyway 2003-06-20 06:31:33 +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