Moodle - the world's open source learning platform https://moodle.org/
Find a file
2003-09-05 12:38:57 +00:00
admin For some reason there was a target on the delete link which pops up the list 2003-08-31 06:54:39 +00:00
auth Corrected some typos 2003-08-18 08:12:31 +00:00
backup Quick (untested) fix to make table and index creation work. 2003-08-28 18:24:00 +00:00
course Some tweaks in the category/course display (styles mostly) 2003-09-03 15:25:08 +00:00
doc Fix for switching languages in documentation 2003-08-29 04:46:28 +00:00
error First implementation of new authentication system, which can now use 2002-09-26 07:03:22 +00:00
files Some extra explanation so that hitting "yes" on the restore screen isn't so scary! :-) 2003-08-23 15:47:57 +00:00
lang ll coorection 2003-09-05 12:38:57 +00:00
lib Some small fixes to the category display: 2003-09-03 14:05:31 +00:00
login Craziness. 2003-08-05 11:45:53 +00:00
mod Included choice_get_participants() function. 2003-09-04 22:18:14 +00:00
pix Tidied up the images a little bit to make them a bit more consistent 2003-08-29 02:42:01 +00:00
theme Improvements in styles for category/course listings 2003-09-03 15:23:41 +00:00
user Stripslashes off data before adding them to current USER session record 2003-08-30 06:19:44 +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 Slightly different way of doing this to avoid problems with error_reporting 2003-09-01 12:07:06 +00:00
file.php Displayed time formats are now stored in lang files 2003-01-15 10:55:54 +00:00
help.php New version of help.php that automatically constructs the index.html 2003-07-24 12:56:17 +00:00
index.php Never checked this in with the course search 2003-08-12 16:44:22 +00:00
README.txt Made this a bit clearer 2003-01-14 11:24:43 +00:00
tags Latest tags 2003-08-28 17:13:25 +00:00
version.php Bump - will release 1.1.1 soon to wrap up some of these minor changes that 2003-09-03 12:30:03 +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