Moodle - the world's open source learning platform https://moodle.org/
Find a file
2003-08-17 10:17:57 +00:00
admin More robust adding/removing of admins 2003-08-17 10:17:57 +00:00
auth To fix authentication issue when same ldap-attribute is used multiple fields in Moodle. 2003-08-04 19:34:32 +00:00
backup Now editall and timemodified are in 2003-08-16 11:31:32 +00:00
course More robust teacher adding/removing 2003-08-17 08:51:55 +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 No need to call isteacher and isteacheredit, just isteacheredit will do. :-) 2003-08-16 16:14:25 +00:00
lang Some tidy-ups for the students page 2003-08-17 07:14:02 +00:00
lib More robust teacher adding/removing 2003-08-17 08:51:55 +00:00
login Craziness. 2003-08-05 11:45:53 +00:00
mod Show default mode again 2003-08-16 06:20:39 +00:00
pix Make the logs icon look slightly less stupid 2003-08-17 06:07:20 +00:00
theme Make the logs icon look slightly less stupid 2003-08-17 06:07:20 +00:00
user Little tweak to fix a caching problem. 2003-08-12 07:02:34 +00:00
userpix Displays all user pictures on one page. 2003-08-09 08:37:22 +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 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 New tags file 2003-08-17 06:44:58 +00:00
version.php OK, this is a new scheme to allow some teachers to edit and others to not 2003-08-16 05:19:24 +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