Skip to content

Instantly share code, notes, and snippets.

@jgamblin
Last active June 12, 2017 12:53
Show Gist options
  • Save jgamblin/d4120e7f65eb065001e90a02eb03b3f6 to your computer and use it in GitHub Desktop.
Save jgamblin/d4120e7f65eb065001e90a02eb03b3f6 to your computer and use it in GitHub Desktop.
Wok+Kimchi
#!/bin/bash
apt-get update && apt-get upgrade -y
apt-get -y install qemu qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils nginx python-cherrypy3 python-jsonschema python-m2crypto nginx python-ldap python-psutil fonts-font-awesome texlive-fonts-extra python-configobj python-parted sosreport python-imaging websockify novnc nfs-common python-ethtool open-iscsi python-guestfs libguestfs-tools spice-html5 python-paramiko
wget http://kimchi-project.github.io/kimchi/downloads/latest/kimchi.noarch.deb
wget http://kimchi-project.github.io/wok/downloads/latest/wok.noarch.deb
wget http://kimchi-project.github.io/gingerbase/downloads/latest/ginger-base.noarch.deb
dpkg -i wok.noarch.deb
apt-get install -f -y
dpkg -i ginger-base.noarch.deb
apt-get install -f -y
dpkg -i kimchi.noarch.deb
apt-get install -f -y
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment