Personal tools
You are here: Home Documentation How To's How to install deliverance on ubuntu 9.04 and 8.04

How to install deliverance on ubuntu 9.04 and 8.04

by groneh03 last modified Jun 22, 2009 03:44 PM

install deliverance ubuntu (9.04 or 8.04)

--------------------------Installation of Deliverance

(if not already installed this how to requires:)

apt-get install g++

apt-get install python-setuptools

apt-get install python-dev

apt-get install subversion

apt-get install libxml2-dev

apt-get install libxslt-dev (libxslt1-dev for ubuntu 8.04)

easy_install virtualenv

 

cd /usr/local/Plone (installation directory)

virtualenv deliverance_env

cd deliverance_env

svn co http://codespeak.net/svn/z3/deliverance/trunk/ deliverance

cd deliverance

../bin/python setup.py install

../bin/easy_install PasteScript

cd ..

./bin/paster create -t deliverance DelivTest

./bin/deliverance-proxy DelivTest/etc/deliverance.xml

Document Actions
  • Print this
  • Bookmarks