backbone.ws

This is an old revision of the document!


Installation

Installation steps

su wvm
virtualenv --no-site-packages ~/webvirtmgr-venv
source ~/webvirtmgr-venv/bin/activate
git clone git://github.com/retspen/webvirtmgr.git
cd webvirtmgr
python setup.py install || python setup.py install
./manage.py syncdb