====== Libvirt Installation ====== # Obsolete/Improper commands # ovs-vsctl -v add-br virbr0 # ovs-vsctl add-port virbr0 lan0 # ovs-vsctl set-controller virbr0 ptcp: # ovs-vsctl set bridge virbr0 stp_enable=true ====== WebVirtMgr Installation ====== 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 conf/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