Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@alinefm alinefm released this 07 Jan 00:11
· 5 commits to master since this release

This release includes:
✔ Transition to Python3
✔ Bug fixes

We have worked hard to ensure that Wok runs well on the most popular Linux distributions including: Fedora 31, Ubuntu 19.10, Debian 10 and openSUSE LEAP 15.1. It uses standard Linux interfaces so it should run well on many other distributions too.

Quick guide on how to install

Fedora 31

wget https://github.com/kimchi-project/wok/releases/download/3.0.0/wok-3.0.0-0.fc31.noarch.rpm
sudo dnf install -y ./wok-3.0.0-0.fc31.noarch.rpm

openSUSE LEAP 15.1

wget https://github.com/kimchi-project/wok/releases/download/3.0.0/wok-3.0.0-0.opensuse.noarch.rpm
sudo zypper install --allow-unsigned-rpm  -y ./wok-3.0.0-0.opensuse.noarch.rpm

Ubuntu 19.10

wget https://github.com/kimchi-project/wok/releases/download/3.0.0/wok-3.0.0-0.ubuntu.noarch.deb
sudo apt install -y ./wok-3.0.0-0.ubuntu.noarch.deb

Debian 10

wget https://github.com/kimchi-project/wok/releases/download/3.0.0/wok-3.0.0-0.debian.noarch.deb
sudo apt install -y ./wok-3.0.0-0.debian.noarch.deb

Start the service and enjoy!

sudo service wokd start

Access it at https://localhost:8001
For troubleshooting, please, check https://github.com/kimchi-project/wok/wiki/Troubleshooting