2.3.1
Kimchi 2.3.1 depends on Wok 2.3.1 and Ginger Base 2.2.2! So make sure to have both of them properly installed in your system.
We have worked hard to ensure that Kimchi runs well on the most popular Linux distributions including: Fedora 25, Ubuntu 16.10, openSUSE LEAP 42.2, and CentOS 7. It uses standard Linux interfaces so it should run well on many other distributions too.
Quick guide on how to install
Download Wok, Kimchi and Ginger Base packages available below and:
Fedora and CentOS
sudo yum install <wok.rpm> <kimchi.rpm> <gingerbase.rpm>
openSUSE
sudo zypper install <wok.rpm> <kimchi.rpm> <gingerbase.rpm>
Ubuntu and Debian
sudo dpkg -i <wok.deb> <kimchi.deb> <gingerbase.deb>
# If your system DOES NOT HAVE all the dependencies installed, THE ABOVE COMMAND WILL FAIL.
# To fix it and install the dependencies needed, run:
sudo apt-get install -f
Start the service and enjoy!
sudo service wokd start
Access it at https://<machine-ip>:8001
For troubleshooting, check https://github.com/kimchi-project/wok/wiki/Troubleshooting