2.4.0
This release includes:
✔ Plugins management
✔ Block authentication request after too many failures
✔ Asynchronous UI notification using Websockets
✔ Bug fixes
We have worked hard to ensure that Wok 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 package available below and:
Fedora and CentOS
sudo yum install <wok.rpm>
openSUSE
sudo zypper install <wok.rpm>
Ubuntu and Debian
sudo dpkg -i <wok.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