diff options
author | RPKI Documentation Robot <docbot@rpki.net> | 2012-12-11 06:00:10 +0000 |
---|---|---|
committer | RPKI Documentation Robot <docbot@rpki.net> | 2012-12-11 06:00:10 +0000 |
commit | acdd2accd655152099b8c4f292e7d647dcc8bb83 (patch) | |
tree | fa2816a47fe1f6effc83a4fc12bf4b9535b08e91 /doc/doc.RPKI.Installation | |
parent | 21b70ff91a78f381c157860acf5640986ed976b6 (diff) |
Automatic pull of documentation from Wiki.
svn path=/trunk/; revision=4928
Diffstat (limited to 'doc/doc.RPKI.Installation')
-rw-r--r-- | doc/doc.RPKI.Installation | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/doc.RPKI.Installation b/doc/doc.RPKI.Installation index 0fde6376..9e031866 100644 --- a/doc/doc.RPKI.Installation +++ b/doc/doc.RPKI.Installation @@ -124,8 +124,17 @@ Packages you will need: ease the pain of changes to the web portal database schema. o FreeBSD: /usr/ports/databases/py-south - o Ubuntu: do not use the python-django-south 0.7.3 package in 12.04 LTS as it - is known not to work + o Ubuntu: Do not use the python-django-south 0.7.3 package in 12.04 LTS, as + it is known not to work. + Instead, download and install the latest version (eg, south-0.7.6.tar.gz) + by doing something like: + + south=south-0.7.6 + wget -nd http://www.aeracode.org/releases/south/$south.tar.gz + tar xzf $south.tar.gz + cd $south + python setup.py develop + python setup.py install ***** Configure and build ***** |