aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README11
-rw-r--r--portal-gui/README12
2 files changed, 22 insertions, 1 deletions
diff --git a/README b/README
index 6876fe2a..ca2eff3f 100644
--- a/README
+++ b/README
@@ -2,10 +2,19 @@ $Id$
Files associated with routing PKI project.
+Quick start for the impatient:
+
+- To install the relying party tools, see rcynic/README.
+
+- To install the certificate generation system, see
+ rpkid/doc/Installation.
+
+- To install the Django portal GUI, see portal-gui/README.
+
Required reading:
- RFC 3779
-- Portions of RFCs 3280 and 3852
+- Portions of RFCs 5280 and 5652
- draft-ietf-sidr-*
- draft-ymbk-rpki-rtr-protocol
diff --git a/portal-gui/README b/portal-gui/README
new file mode 100644
index 00000000..2491c3f5
--- /dev/null
+++ b/portal-gui/README
@@ -0,0 +1,12 @@
+$Id$
+
+Portal GUI (web interface), written using the rpki Python libraries
+and the Django web development framework.
+
+This is still in early development, real installation directions
+haven't been written yet, but there's a lot of general information
+about Django at http://www.djangoproject.com/
+
+This package is an interface to rpkid and friends, so it assumes that
+you'll be running rpkid. If you haven't already done so, you should
+set up rpkid first; see ../rpkid/doc/Installation.