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
pip install -r requirements.txt
cp ~/webvirtmgr/webvirtmgr/local/local_settings.py.example ~/webvirtmgr/webvirtmgr/local/local_settings.py
./manage.py syncdb
./manage.py collectstatic
python ./manage.py runserver 127.0.0.1:8000 # run WebVirtManager server on 8000 port
console/webvirtmgr-nonvc                    # run noVNC server on 6080 port