Installation Instructions for ht://Check
----------------------------------------

Copyright (c) 1999-2004 Comune di Prato - Prato - Italy
Some Portions Copyright (c) 1995-2003 The ht://Dig Group <www.htdig.org>
Some Portions Copyright (c) 2008 Devise.IT srl <http://www.devise.it/>
Author: Gabriele Bartolini - Prato - Italy <angusgb@users.sourceforge.net>
$Id: INSTALL,v 1.17 2008-11-16 18:28:51 angusgb Exp $

ht://Check is distributed under the GNU General Public License (GPL).
See the COPYING file for license information.

Please see the README file first.

ht://Check is a world-wide-web utility for an intranet or small internet
available at http://htcheck.sourceforge.net/ .

Note that you already must have installed MySQL on your system.
For info about MySQL and its license, go to <www.mysql.com>.

See the 'doc' dir for the documentation, available in these formats:
- html
- pdf
- text
- postscript

== Quick MySQL Setup ==

Suppose you want to have an 'htcheck' user which is able to create/drop all the
databases that start with 'htcheck_'. Perform the following steps (please be followed
by a DBA) as superuser of the MySQL instance:

create user htcheck identified by 'htcheck';
grant all on `htcheck\_%`.* to htcheck@localhost;

Feel free to change the password. It is then suggested to add the following lines in your
.my.cnf file:

[htcheck]
user: htcheck
password: htcheck
