freebsd-ports/databases/go-pgweb/files/pkg-message.in
Daniel Morante 990c482dfe databases/go-pgweb: Add rc.d script
* Pass maintainership to submitter
* Pet portclippy
* Re-format Makefile with portfmt

PR:		257074
Approved by:	portmgr (blanket: unmaintained port)
MFH:		2021Q4
2021-11-01 06:24:11 +09:00

22 lines
446 B
Text

[
{ type: install
message: <<EOM
To run Pgweb at startup, enable it in your /etc/rc.conf:
sysrc pgweb_enable="YES"
To start Pgweb:
service pgweb start
Pgweb will listen on port 8081 and bind to localhost.
This can be changed by setting "pgweb_bind" and "pgweb_listen"
in /etc/rc.conf.
sysrc pgweb_bind="0.0.0.0" pgweb_listen="80"
Additional options can be set using "pgweb_flags". See 'pgweb --help' for a list
of all options.
EOM
}
]