Skip to content

Instantly share code, notes, and snippets.

@fritsstegmann
Last active June 25, 2021 22:34
Show Gist options
  • Save fritsstegmann/c5dc1bf0c3fd17441dac49ca8ba940ba to your computer and use it in GitHub Desktop.
Save fritsstegmann/c5dc1bf0c3fd17441dac49ca8ba940ba to your computer and use it in GitHub Desktop.
cd ~
apt install -y python3-pip gcc make autoconf automake git python3-pip python3-requests \
python3-mock gettext pkgconf xsltproc python3-dev pep8 pyflakes python3-yaml systemd \
logrotate python3-psutil python3-ldap python3-lxml python3-websockify python3-jsonschema \
openssl nginx python3-cherrypy3 python3-pam python-m2crypto gettext python3-openssl \
python3-configobj python3-lxml python3-magic python3-paramiko python3-ldap spice-html5 \
novnc qemu-kvm python3-libvirt python3-parted python3-guestfs python3-pil python3-cherrypy3 \
libvirt0 libvirt-daemon-system libvirt-clients nfs-common sosreport open-iscsi libguestfs-tools \
libnl-route-3-dev
pip3 install distro
pip3 install cheetah3
wget https://github.com/kimchi-project/wok/archive/3.0.0.tar.gz
tar xfzv 3.0.0.tar.gz
rm 3.0.0.tar.gz
cd wok-3.0.0
sudo ./autogen.sh --system
make
sudo make install
make deb
dpkg -i wok-3.0.0-0.ubuntu.noarch.deb
pip3 install -r requirements-dev.txt
cd ~
rm -rf wok-3.0.0
wget https://github.com/kimchi-project/kimchi/archive/3.0.0.tar.gz
tar xfzv 3.0.0.tar.gz
rm 3.0.0.tar.gz
cd kimchi-3.0.0
sudo ./autogen.sh --system
make
sudo make install
make deb
dpkg -i kimchi-3.0.0-0.noarch.deb
pip3 install -r requirements-dev.txt
pip3 install -r requirements-UBUNTU.txt
cd ~
rm -rf kimchi-3.0.0
systemctl daemon-reload
systemctl enable wokd
systemctl restart wokd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment