summaryrefslogtreecommitdiffstats
path: root/comms/atslog/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'comms/atslog/files/pkg-message.in')
-rw-r--r--comms/atslog/files/pkg-message.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/comms/atslog/files/pkg-message.in b/comms/atslog/files/pkg-message.in
new file mode 100644
index 0000000..731dfde
--- /dev/null
+++ b/comms/atslog/files/pkg-message.in
@@ -0,0 +1,20 @@
+
+To setup SQL tables for the ATSlog, please run:
+
+%%DATADIR%%/sql/install-sql.pl %%PREFIX%%/etc/atslog.conf
+
+Please edit %%PREFIX%%/etc/atslog.conf to suit your needs.
+
+To make ATSlog www interface available through your web site, I suggest
+that you add something like the following to httpd.conf:
+
+ Alias /atslog/ "%%PREFIX%%/www/atslog/"
+ <Directory "%%PREFIX%%/www/atslog/">
+ Options none
+ AllowOverride Limit
+ Order Deny,Allow
+ Deny from all
+ Allow from 127.0.0.1 .example.com
+ </Directory>
+
+and then edit %%PREFIX%%/www/atslog/include/set/conf.inc.php
OpenPOWER on IntegriCloud