aboutsummaryrefslogtreecommitdiff
path: root/doc/01.RPKI.Installation.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/01.RPKI.Installation.md')
-rw-r--r--doc/01.RPKI.Installation.md20
1 files changed, 12 insertions, 8 deletions
diff --git a/doc/01.RPKI.Installation.md b/doc/01.RPKI.Installation.md
index 87b99829..4af682a3 100644
--- a/doc/01.RPKI.Installation.md
+++ b/doc/01.RPKI.Installation.md
@@ -3,14 +3,17 @@
There are a few different ways to install the RPKI code, depending on what the
platform on which you're trying to install.
- * On Ubuntu 12.04 LTS ("Precise Pangolin"), Ubuntu 14.04 ("Trusty Tahir"), or Debian 7 ("Wheezy"), you can use Debian binary packages.
+## Debian and Ubuntu
-## Simple RPKI Cacha Install
+On Ubuntu 16.04 LTS ("Xenial") or Debian 8 ("Jessie"), you can use
+[Debian binary packages](02.RPKI.Installation.DebianPackages.md).
-if you want to install a simple RPKI cache to feed routers from a Ubuntu 14.04
+## Simple RPKI Cache Install
+
+If you want to install a simple RPKI cache to feed routers from a Ubuntu 14.04
system, here is a one page ten minute recipe.
-## install a CA and a cache on a Ubuntu 14.04 with a rootd CA
+## Install a CA and a cache on a Ubuntu 14.04 with a rootd CA
If you want to install a CA and a cache on a Ubuntu 14.04 with a rootd CA,
here is a one page hack. It will take less than an hour.
@@ -23,15 +26,16 @@ CA.
## FreeBSD
-On FreeBSD, you can use FreeBSD ports.
+On FreeBSD, you can use [FreeBSD ports](03.RPKI.Installation.FreeBSDPorts.md).
## Other Platforms
On all other platforms, or on the above platforms if the pre-packaged versions
-don't suit your needs, you will have to install from source code.
+don't suit your needs, you will have to
+[install from source code](04.RPKI.Installation.FromSource.md).
Once you've finished installing the code, you will need to configure it. Since
CAs are generally also relying parties (if only so that they can check the
results of their own actions), you will generally want to start by configuring
-the relying party tools, then configure the CA tools if you're planning to use
-them.
+[the relying party tools](05.RPKI.RP.md), then configure [the CA tools](11.RPKI.CA.md)
+if you're planning to use them.