backbone.ws

This is an old revision of the document!


Installation

Installation steps

su wvm
virtualenv --system-site-packages ~/webvirtmgr-venv
source ~/webvirtmgr-venv/bin/activate
git clone git://github.com/retspen/webvirtmgr.git
cd webvirtmgr
git checkout 73642b4b2b0b00fac56e110eb6377b3bb778348b
pip install -r requirements.txt
cp ~/webvirtmgr/webvirtmgr/local/local_settings.py.example ~/webvirtmgr/webvirtmgr/local/local_settings.py
./manage.py syncdb
vim ~/webvirtmgr/webvirtmgr/local/local_settings.py # Set DEBUG = True, otherwise css/js wouldn't load
python ./manage.py runserver 127.0.0.1:8000