backbone.ws

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
gnu_linux:libvirt:webvirtmgr [2014/12/09 09:28] kolangnu_linux:libvirt:webvirtmgr [2023/08/08 14:55] (current) – [WebVirtMgr Installation] kolan
Line 1: Line 1:
-====== Installation ====== +====== Libvirt Installation ====== 
-<code bash | Installation steps>+ 
 +<code bash | Libvirt Installation steps> 
 +# 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 
 +</code> 
 + 
 +====== WebVirtMgr Installation ====== 
 +<code bash | WebVirtMgr Installation steps>
 su wvm su wvm
 virtualenv --system-site-packages ~/webvirtmgr-venv virtualenv --system-site-packages ~/webvirtmgr-venv
Line 6: Line 16:
 git clone git://github.com/retspen/webvirtmgr.git git clone git://github.com/retspen/webvirtmgr.git
 cd webvirtmgr cd webvirtmgr
-pip install -r requirements.txt+pip install -r conf/requirements.txt
 cp ~/webvirtmgr/webvirtmgr/local/local_settings.py.example ~/webvirtmgr/webvirtmgr/local/local_settings.py cp ~/webvirtmgr/webvirtmgr/local/local_settings.py.example ~/webvirtmgr/webvirtmgr/local/local_settings.py
 ./manage.py syncdb ./manage.py syncdb