ports/net/irrd/files/pkg-message.in
Muhammad Moinur Rahman 0a74f33882 net/irrd: Update version 2.3.10=>4.0.8
- Change LICENSE to BSD2CLAUSE from BSD4CLAUSE
- Utilizes UID and GID irrd for 252
- Take MAINTAINERSHIP
- Mentioned in UPDATING
- Both irrd-legacy and irrd can bes installed and run concurrently

Approved by:	ume (private mail)
2020-04-08 10:59:28 +00:00

26 lines
770 B
Text

[
{ type: install
message: <<EOM
1. A working copy of postgresql-server and postgresql-contrib is required.
2. For a fresh install the following should do:
pkg install postgresql%%PGSQL_DEFAULT%%-server postgresql%%PGSQL_DEFAULT%%-contrib
3. Change the related postgresql server configuration like the following:
https://irrd.readthedocs.io/en/stable/admins/deployment.html#postgresql-configuration
Follow the documentation to create a database
4. Configure irrd accordingly following the documentation:
https://irrd.readthedocs.io/en/stable/admins/configuration.html
5. Enable irrd at startup with:
sysrc irrd4_enable=YES
6. Start the service:
service irrd4 start
7. First sync of whois database might take a long time depending on resources available
EOM
}
]