aboutsummaryrefslogtreecommitdiff
path: root/doc/doc.RPKI.Installation
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2013-02-24 11:08:55 +0000
committerRob Austein <sra@hactrn.net>2013-02-24 11:08:55 +0000
commitb7f9f8ae8cec1f8fe46c87ae530c3d5d056fccc9 (patch)
treed5c224faca33882f8fee066a8ecfb7fcabb3c422 /doc/doc.RPKI.Installation
parente27b49a4014ae78bcb20d555d13a4cae26250f05 (diff)
parentb033927cf90652a52ce2d71d95a4572527602d8f (diff)
Pull from trunk.
svn path=/branches/tk377/; revision=5063
Diffstat (limited to 'doc/doc.RPKI.Installation')
-rw-r--r--doc/doc.RPKI.Installation6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc.RPKI.Installation b/doc/doc.RPKI.Installation
index b0adf8c3..9e5299c7 100644
--- a/doc/doc.RPKI.Installation
+++ b/doc/doc.RPKI.Installation
@@ -92,7 +92,11 @@ Packages you will need:
interface to the CA tools requires this. Django 1.3 or later is required.
o FreeBSD: /usr/ports/www/py-django (py27-django)
- o Ubuntu: python-django
+ o Ubuntu: Do not use the python-django package (Django 1.3.1) in 12.04 LTS,
+ as it is known not to work.
+ Instead, install a recent version using easy_install (or pip, or ...):
+
+ $ sudo easy_install django
* http://vobject.skyhouseconsulting.com/, a Python library for parsing VCards.
The GUI uses this to parse the payload of RPKI Ghostbuster objects.