1[
2{ type: install
3  message: <<EOM
4To setup SQL tables for the ATSlog, please run:
5
6%%DATADIR%%/sql/install-sql.pl %%PREFIX%%/etc/atslog.conf
7
8Please edit  %%PREFIX%%/etc/atslog.conf  to suit your needs.
9
10Don't forget to add  atslogd_enable="YES"  into your /etc/rc.conf.
11
12To make ATSlog www interface available through your web site, I suggest
13that you add something like the following to httpd.conf:
14
15    Alias /atslog/ "%%PREFIX%%/www/atslog/"
16    <Directory "%%PREFIX%%/www/atslog/">
17	Options none
18	AllowOverride Limit
19	Order Deny,Allow
20	Deny from all
21	Allow from 127.0.0.1 .example.com
22    </Directory>
23
24and then edit  %%PREFIX%%/www/atslog/include/config.inc.php
25EOM
26}
27]
28