Moodle - the world's open source learning platform https://moodle.org/
Find a file
2004-09-10 07:00:04 +00:00
admin Added some instructions for translators on some important strings 2004-09-10 02:21:23 +00:00
auth FIxed a bug that was affecting one customer site using Novell LDAP 2004-09-02 17:46:02 +00:00
backup Increase memory_limit to 128 in backups & restore. 2004-09-08 22:44:42 +00:00
blocks Improving the behavior of the two calendar blocks when they are displayed 2004-09-07 10:16:33 +00:00
calendar Fix for bug 1921: 2004-09-09 11:53:42 +00:00
course Better check of upcoming enrolment 2004-09-09 09:25:49 +00:00
doc removed empty bullet point 2004-08-23 20:34:52 +00:00
enrol Use timestart and timeend when enrolling (or re-enrolling) 2004-09-09 09:28:21 +00:00
error removed empty bullet point 2004-08-23 20:34:52 +00:00
files Disabled HTML editor when editing HTML files, for now. See bug 1815 2004-08-30 08:42:21 +00:00
filter Check slasharguments setting in algebradebug.php too 2005-04-14 13:39:54 +00:00
lang Adding this (optional) feature to 1.4 stable because it seems quite 2004-09-07 02:50:03 +00:00
lib Default field value for get_course_users should be '', not * 2004-09-10 04:46:26 +00:00
login Do not redeclare auth_user_login upon failed login 2004-09-09 12:26:59 +00:00
mod Important changes about how view.php (and print.php) retrieve records 2004-09-09 18:25:06 +00:00
pix removed empty bullet point 2004-08-23 20:34:52 +00:00
rss removed empty bullet point 2004-08-23 20:34:52 +00:00
theme Updated flash 2004-09-07 06:24:43 +00:00
user Adding this (optional) feature to 1.4 stable because it seems quite 2004-09-07 02:50:03 +00:00
userpix removed empty bullet point 2004-08-23 20:34:52 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php Adding this (optional) feature to 1.4 stable because it seems quite 2004-09-07 02:50:03 +00:00
file.php CourseID is now mandatory on file.php 2004-09-07 14:11:59 +00:00
help.php removed empty bullet point 2004-08-23 20:34:52 +00:00
index.php crikey I really should have checked that last checkin before checking it in 2004-09-07 14:14:30 +00:00
install.php dbhost may have quotes in it (needs slashes) 2004-09-06 15:50:00 +00:00
README.txt removed empty bullet point 2004-08-23 20:34:52 +00:00
tags removed empty bullet point 2004-08-23 20:34:52 +00:00
version.php Looking at a point-release soon to get some of the issues fixed recently out there. 2004-09-10 07:00:04 +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