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
pip install -r requirements.txt
# NO NO NO python setup.py install || python setup.py install
./manage.py syncdb
pip install libvirt-python
python ./manage.py runserver 127.0.0.1:8000