Skip to content
Snippets Groups Projects
Commit 2e8d2cb4 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Documented FreeBSD/RPM installation.

refs #1877
parent b5c8671f
No related branches found
No related tags found
No related merge requests found
......@@ -244,12 +244,26 @@ in the future, when new version are released.
@node Installing Knot DNS RPMs on Fedora
@subsection Installing Knot DNS RPMs on Fedora
There are currently no official RPMs.
[TODO]
There are RPM packages for @code{knot} available for i386 and amd64 targets.
If you want use the Fedora repository, add a file with the
following lines into @file{/etc/yum.repos.d/}
@example
[knot]
name=Network.CZ Repository
baseurl=ftp://repo.network.cz/pub/redhat/
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-network.cz
@end example
@node Installing Knot DNS from ports on FreeBSD
@subsection Installing Knot DNS from ports on FreeBSD
There is currently no official port on FreeBSD.
[TODO]
Knot DNS is in ports tree under @code{dns/knot}.
@example
$ cd /usr/ports/dns/knot
$ sudo make install
@end example
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment