mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
22 lines
469 B
Text
22 lines
469 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
You need to create a PostgreSQL database for your logs:
|
|
|
|
# su - postgres
|
|
$ createdb pglogd
|
|
$ psql pglogd < %%PREFIX%%/share/pglogd/pglogd_tables.sql
|
|
$ exit
|
|
|
|
and copy %%PREFIX%%/share/pglogd/pglogd.conf
|
|
to %%PREFIX%%/etc/pglogd.conf
|
|
|
|
pglogd can then be started with:
|
|
|
|
# %%PREFIX%%/etc/rc.d/020.pglogd.sh start
|
|
|
|
Read the complete documentation on configuring pglogd
|
|
and apache at http://www.digitalstratum.com/pglogd/
|
|
EOM
|
|
}
|
|
]
|