How to install deliverance on ubuntu 9.04 and 8.04
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











