From 1f75ecd9bc47c12a3c1596497dfaa621a2d16103 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 8 Aug 2016 17:30:58 -0400 Subject: Move old manual to doc/manual, to make it easier to find other documentation. --- doc/manual/01.RPKI.Installation.wiki | 38 ++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 doc/manual/01.RPKI.Installation.wiki (limited to 'doc/manual/01.RPKI.Installation.wiki') diff --git a/doc/manual/01.RPKI.Installation.wiki b/doc/manual/01.RPKI.Installation.wiki new file mode 100644 index 00000000..89b9225b --- /dev/null +++ b/doc/manual/01.RPKI.Installation.wiki @@ -0,0 +1,38 @@ +[[PageOutline]] + +[[TracNav(doc/RPKI/TOC)]] + += Download and Installation = + +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 [wiki:doc/RPKI/Installation/DebianPackages Debian binary packages]. + +== Simple RPKI Cacha Install == + +if you want to install a simple RPKI cache to feed routers from a Ubuntu 14.04 system, [wiki:doc/RPKI/Installation/UbuntuRP here is a one page ten minute recipe]. + +== 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, [wiki:doc/RPKI/Installation/UbuntuRootd here is a one page hack]. It will take less than an hour. + +== Try the rrdp testbed CA and RP on Ubuntu Xenial == + +If you are feeling adventurous and want to try the rrdp testbed CA and RP on Ubuntu Xenial 16.04 [wiki:RRDPtestbed here is a one page hack.] It supports a much simpler root CA. + +== FreeBSD == + +On FreeBSD, you can use [wiki:doc/RPKI/Installation/FreeBSDPorts FreeBSD ports]. + +== 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 +[wiki:doc/RPKI/Installation/FromSource install from source code]. + +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 [[RP|relying party tools]], then +configure the [[CA|CA tools]] if you're planning to use them. -- cgit v1.2.3