Moodle - the world's open source learning platform https://moodle.org/
Find a file
stronk7 70bbfd3186 Scheduled backup improvements:
- Old (>4 hour) directories are deleted at the beginning of the
  execution, so the disk full problem should be out!
- There are 2 types of errors:
    - Controlled errors: The backup process finish although something
        has been wrong.
    - Uncontrolled errors: The backup process dies (memory fault, apache
        problem, electric problem...:-)).
- Now scheduled backup is able to detect previous uncontrolled errors to
  avoid repeating the same course always. It'll be deferred to the next
  execution.
- Every time that a backup cycle has finished, admins will receive an email
  with the summary of the execution.
- The 'ERROR' text will be present in email subjects if something was wrong.

With this, all should be ok (I hope).

Merged from MOODLE_14_STABLE
2004-09-24 19:20:32 +00:00
admin Fixed handlevirus.php so that files resolve better to users. 2004-09-22 23:20:41 +00:00
auth Fixed typo 2004-09-24 08:56:47 +00:00
backup Scheduled backup improvements: 2004-09-24 19:20:32 +00:00
blocks Some changes for XHTML and accessibility compliance 2004-09-23 12:09:19 +00:00
calendar Merging fix for bug 1957 from MOODLE_14_STABLE. 2004-09-19 22:25:21 +00:00
course Merged earlier redirecftion for site course 2004-09-23 17:02:02 +00:00
doc XHTML compliance 2004-09-16 17:13:57 +00:00
enrol Merged improved database plugin for enrolment 2004-09-23 17:02:40 +00:00
error XHTML compliance 2004-09-16 17:13:57 +00:00
files XHTML compliance 2004-09-16 17:13:57 +00:00
filter Tidy filter from Hannes Gassert <hannes at mediagonal dot ch> 2004-09-23 12:33:14 +00:00
lang Polished. 2004-09-24 18:56:02 +00:00
lib fixed missing <br> reported by Ray 2004-09-24 18:49:13 +00:00
login Bugfixes for my recent checkin 2004-09-23 04:15:19 +00:00
mod Fixes for new postgres database creation 2004-09-24 07:49:40 +00:00
pix Improvements to installation procedure. 2004-08-17 13:51:41 +00:00
rss XHTML compliance 2004-09-16 17:13:57 +00:00
theme added missing </center> 2004-09-16 18:33:35 +00:00
user Changes for XHTML and accessibility compliance 2004-09-23 11:01:22 +00:00
userpix XHTML compliance 2004-09-16 17:13:57 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php Two new config variables allow certain email addresses to be allowed or not. 2004-09-06 04:38:40 +00:00
file.php Merged from stable 2004-09-07 14:13:19 +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 closed some br and img tags 2004-09-12 22:39:20 +00:00
install.php Installer now checks that MySQL extension is present - see bug 1982 2004-09-23 05:40:53 +00:00
README.txt Updated README 2004-08-23 19:18:25 +00:00
tags Latest tags 2004-09-20 08:54:12 +00:00
version.php Just to be sure that value columns type is text. 2004-09-20 17:45:33 +00:00

README     $Id$
------

QUICK INSTALL
=============

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 a single database for Moodle to store all
   it's tables in (or choose an existing database).

3) Visit your Moodle site with a browser, you should 
   be taken to the install.php script, which will lead
   you through creating a config.php file and then 
   setting up Moodle, creating an admin account etc.

4) Set up a cron task to call the file admin/cron.php
   every five minutes or so.


For more information, see the INSTALL DOCUMENTATION:

   http://moodle.org/doc

If you have real trouble, please visit the Moodle course 
"Using Moodle" on moodle.org.


Good luck and have fun!
Martin Dougiamas, Lead Developer