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/13 09:30] kolangnu_linux:libvirt:webvirtmgr [2023/08/08 14:55] (current) – [WebVirtMgr Installation] kolan
Line 1: Line 1:
 ====== Libvirt Installation ====== ====== Libvirt Installation ======
 +
 <code bash | Libvirt Installation steps> <code bash | Libvirt Installation steps>
-ovs-vsctl -v add-br virbr0 +# Obsolete/Improper commands 
-ovs-vsctl add-port virbr0 lan0 +ovs-vsctl -v add-br virbr0 
-ovs-vsctl set-controller virbr0 ptcp: +ovs-vsctl add-port virbr0 lan0 
-ovs-vsctl set bridge virbr0 stp_enable=true+ovs-vsctl set-controller virbr0 ptcp: 
 +ovs-vsctl set bridge virbr0 stp_enable=true
 </code> </code>
  
Line 14: 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