mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
e784a33567
PR: ports/63241 Submitted by: Dominic Mitchell <dom@happygiraffe.net> Approved by: maintainer timeout (3 months)
19 lines
542 B
Plaintext
19 lines
542 B
Plaintext
=========================================================
|
|
You need to create a PostgreSQL database for your logs:
|
|
|
|
# su - postgres
|
|
$ createdb pglogd
|
|
$ psql pglogd < /usr/local/share/pglogd/pglogd_tables.sql
|
|
$ exit
|
|
|
|
and copy /usr/local/share/pglogd/pglogd.conf
|
|
to /usr/local/etc/pglogd.conf
|
|
|
|
pglogd can then be started with:
|
|
|
|
# /usr/local/etc/rc.d/020.pglogd.sh start
|
|
|
|
Read the complete documentation on configuring pglogd
|
|
and apache at http://www.digitalstratum.com/pglogd/
|
|
=========================================================
|