aboutsummaryrefslogtreecommitdiff
path: root/doc/doc.RPKI.Installation
diff options
context:
space:
mode:
authorRPKI Documentation Robot <docbot@rpki.net>2013-03-05 00:00:26 +0000
committerRPKI Documentation Robot <docbot@rpki.net>2013-03-05 00:00:26 +0000
commitc8f81cdcffc99cdeba1dd75e9f59e6a504dbcba3 (patch)
treeb93d26969c9c8fe0526be83fd94a067900f9fc38 /doc/doc.RPKI.Installation
parent0f2b07420bcb7bc03d0a525503dfc02f98e08ce7 (diff)
Automatic pull of documentation from Wiki.
svn path=/trunk/; revision=5102
Diffstat (limited to 'doc/doc.RPKI.Installation')
-rw-r--r--doc/doc.RPKI.Installation5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/doc.RPKI.Installation b/doc/doc.RPKI.Installation
index b819b356..616284b7 100644
--- a/doc/doc.RPKI.Installation
+++ b/doc/doc.RPKI.Installation
@@ -99,14 +99,15 @@ Packages you will need:
o Ubuntu: python-mysqldb
* http://www.djangoproject.com/, the Django web user interface toolkit. The GUI
- interface to the CA tools requires this. Django 1.3.7 or later is required.
+ interface to the CA tools requires this. Django 1.4 is required. Django 1.5
+ is currently not supported.
o FreeBSD: /usr/ports/www/py-django (py27-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:
- $ sudo pip install django>=1.3.7
+ $ sudo pip install django==1.4.5
* http://vobject.skyhouseconsulting.com/, a Python library for parsing VCards.
The GUI uses this to parse the payload of RPKI Ghostbuster objects.