Moodle - the world's open source learning platform https://moodle.org/
Find a file
2004-08-19 09:35:16 +00:00
admin Finalise the switchover to using the user->auth field when authenticating. 2004-08-16 15:41:57 +00:00
auth Dont try to delete uses multiple times 2004-08-18 11:29:45 +00:00
backup Changed echo statements to mtrace() 2004-08-07 06:02:26 +00:00
blocks Fixed a little typo 2004-08-17 14:53:25 +00:00
calendar Fixed typo when printing footer 2004-08-12 07:48:00 +00:00
course when adding students the teachers are no longer shown in list of potential students, closing bug 1749 2004-08-18 15:49:09 +00:00
doc FIxes for Safari 2004-07-07 17:20:59 +00:00
enrol Added database controls for Paypal module 2004-08-19 09:35:16 +00:00
error Short tags 2003-09-11 13:50:02 +00:00
files Fixing Bug 812 and problems with slashes when editing text and HTML files 2004-08-04 16:26:44 +00:00
filter Improvement to filters, providing speed boost AND better compatibility 2004-08-08 06:57:44 +00:00
lang Updated strings. READY TO TRANSLATE! 2004-08-19 08:53:59 +00:00
lib Disallow dots being passed to lang (path disclosure) 2004-08-18 05:52:01 +00:00
login Added a new "auth" field to the user table. This field contains the 2004-08-15 07:27:52 +00:00
mod Bump 2004-08-18 13:35:42 +00:00
pix Improvements to installation procedure. 2004-08-17 13:51:41 +00:00
rss Preparing rss stuff to be showed in lists of activities... 2004-08-07 16:54:25 +00:00
theme Fixed spaces/returns 2004-08-17 05:51:53 +00:00
user Admin gets some information when GD is disabled 2004-08-19 04:45:07 +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 Based on code from Janne - this allows secure logins via https 2004-06-19 16:13:28 +00:00
file.php Added a 404 header but it seems not to work ... not sure why not. 2004-08-18 05:59:14 +00:00
help.php The resource types are now always displayed in a standard order 2004-08-02 19:11:15 +00:00
index.php New automatic installation script! No need to make config.php anymore! 2004-08-12 15:53:32 +00:00
install.php Updated ... unfortuntely some of the fixes are the same as PJs 2004-08-19 08:53:23 +00:00
README.txt Made this a bit clearer 2003-01-14 11:24:43 +00:00
tags Latest tags file 2004-07-29 15:01:28 +00:00
version.php Added a new "auth" field to the user table. This field contains the 2004-08-15 07:27:52 +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