Skip to content

Instantly share code, notes, and snippets.

@jgillich
Last active August 29, 2015 14:09
Show Gist options
  • Save jgillich/d41ea0857ed60394b746 to your computer and use it in GitHub Desktop.
Save jgillich/d41ea0857ed60394b746 to your computer and use it in GitHub Desktop.
sudo yum install http://download.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm
sudo yum install @development qemu qemu-kvm libvirt libvirt-python wget man python-pip sqlite-devel libxml2-python libxml2-devel libxslt-devel
sudo systemctl enable libvirtd
sudo systemctl start libvirtd
sudo echo '[Remote libvirt SSH access]
Identity=unix-user:virtkick
Action=org.libvirt.unix.manage
ResultAny=yes
ResultInactive=yes
ResultActive=yes
' > /etc/polkit-1/localauthority/50-local.d/50-libvirt.pkla
git clone https://github.com/virtkick/virtkick-starter.git
virtkick-starter/virtkick-start -dim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment