This file is indexed.

/usr/share/doc/haci/README.Debian is in haci 0.97c-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
Quick Start

1. Setup MySQL Database

$ mysql -u root -p
Enter password:

mysql>  CREATE USER 'HaCi'@'localhost' IDENTIFIED BY '<GEHEIM!>';
mysql>  GRANT USAGE ON *.* TO 'HaCi'@'localhost' IDENTIFIED BY '<GEHEIM!>';
mysql>  CREATE DATABASE `HaCi`;
mysql>  GRANT ALL PRIVILEGES ON `HaCi`.* TO 'HaCi'@'localhost' WITH GRANT OPTION;

2. Edit /etc/haci/HaCi.conf to setup "dbPass".

3. Go to http://localhost/haci/HaCi.cgi