Moodle - the world's open source learning platform https://moodle.org/
Find a file
2004-05-31 05:11:22 +00:00
admin "Add a new user" link near top of page, see bug 713 2004-05-30 21:12:09 +00:00
auth Thanks to Dave Lopata <Dave@Lopata.Net>, Moodle now supports LDAP 3 2004-04-15 15:57:32 +00:00
backup List of courses is now always ordered according to sortorder, see http://moodle.org/mod/forum/discuss.php?d=7034 2004-05-30 00:33:45 +00:00
blocks Fixed relative links in People block so that they work on the site home page. 2004-05-30 11:43:29 +00:00
calendar Some fixes to HTML quoting in calendar popups. 2004-05-31 05:11:22 +00:00
course It is now possible to duplicate a course module. See http://moodle.org/mod/forum/discuss.php?d=8468 2004-05-30 23:09:21 +00:00
doc Added support for CFG->forcelogin in some files. Bug 1396 2004-05-16 10:26:04 +00:00
error Short tags 2003-09-11 13:50:02 +00:00
files Postscript files show pdf icn 2004-05-29 05:07:34 +00:00
filter Solved bug 1491 in all the "linking" filters. 2004-05-30 01:00:16 +00:00
lang translated to pt_br by athanazio may-2004 2004-05-31 03:14:05 +00:00
lib Only editing teachers are allowed to unenrol students 2004-05-30 20:54:58 +00:00
login A new option (off by default) will remove restrictions on usernames. 2004-05-15 07:30:31 +00:00
mod Undoing Gustav's checkin from yesterday ... 2004-05-31 02:42:26 +00:00
pix Web icon for external resources where we don't know the type 2004-05-29 06:23:49 +00:00
rss Now make_upload_directory() is used, avoiding dependencies to 2004-05-26 16:12:58 +00:00
theme A couple of new CSS rules to make the course summary block display the same as before. 2004-05-28 10:48:59 +00:00
user Removed the requirement that the admin has to enter a user desription when creating a new account, see bug 778 2004-05-30 21:55: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 Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php Latest settings in config-dist.php (removed some) 2004-05-24 07:43:09 +00:00
file.php Use forcelogin on site files if it's defined bug 1486 2004-05-28 01:17:37 +00:00
help.php Bug fix for possible XSS situation in Bug 1292 2004-04-30 12:45:55 +00:00
index.php Merging the changes from 1.4 dev branch (site index blocks + various bugfixes) 2004-05-28 10:53:54 +00:00
README.txt Made this a bit clearer 2003-01-14 11:24:43 +00:00
tags Latest tags file 2004-05-20 03:58:06 +00:00
version.php Changed participants list for site couse, see http://moodle.org/mod/forum/discuss.php?d=8455 2004-05-30 18:46:42 +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