Moodle - the world's open source learning platform https://moodle.org/
Find a file
stronk7 df9a165ecc Now, after restoring the course, the restore proccess executes
every MODULE_refresh_events() function to recalculate every
activity event automatically.
2004-04-09 23:40:37 +00:00
admin Get tough on possible sessioncookies to avoid possible lockout problems 2004-03-31 04:14:13 +00:00
auth UNTESTED changes to allow multiple hosts to be used for POP3/IMAP/NNTP authentication 2004-01-16 09:17:20 +00:00
backup Now, after restoring the course, the restore proccess executes 2004-04-09 23:40:37 +00:00
calendar Corrected an oversight: the id variable isn't needed on the front page. 2004-04-06 14:01:43 +00:00
course Fixed type in category.php 2004-04-05 16:07:59 +00:00
doc Fixed some copyrights 2004-03-10 13:23:00 +00:00
error Short tags 2003-09-11 13:50:02 +00:00
files Full paths when including pclzip bug 1139 2004-03-13 12:08:28 +00:00
filter Compatibility update for new mimetex version 2004-04-05 02:46:52 +00:00
lang Optional use of the HTML editor and other fixes. 2004-04-09 16:04:35 +00:00
lib Fix for bug 1226 2004-04-09 02:24:02 +00:00
login Some changes to make login a little more robust on some sites that have 2004-04-03 04:55:35 +00:00
mod Fixes when displaying lists of users in group mode 2004-04-08 15:12:35 +00:00
pix OK, now I'm just wasting time. :-) Hand-tweaked some pixels 2004-03-13 08:23:34 +00:00
theme Standard favicon 2004-03-31 09:25:20 +00:00
user Links to enrolled courses in user profile page now link to the 2004-04-03 07:08:16 +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 More details 2004-03-12 07:34:14 +00:00
file.php Can now handle a $CFG->filelifetime to determine cacheability of files 2004-04-01 02:32:04 +00:00
help.php Put the help inside a box, in case the background is dark 2003-10-21 02:30:42 +00:00
index.php A fix to help some misconfigured sites (without DirectoryIndex) 2004-04-07 13:07:38 +00:00
README.txt Made this a bit clearer 2003-01-14 11:24:43 +00:00
tags Updaed 2004-03-16 12:19:23 +00:00
version.php Just for fun 2004-04-05 16:57:40 +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