WikiSuite v2.5.0 Release Notes

Release Date: 2017-08-15 // over 6 years ago
  • Kimchi 2.5 depends on Wok 2.5! So make sure to have both of them properly installed in your system.

    ๐Ÿš€ This release includes:
    โœ” Does not depend on Ginger Base anymore
    ๐Ÿšš โœ” Remove OpenSans fonts need
    ๐Ÿšš โœ” Move federation feature to Wok
    ๐Ÿ›  โœ” Bug fixes

    ๐Ÿง We have worked hard to ensure that Kimchi runs well on the most popular Linux distributions including: Fedora 25, Ubuntu 17.04, 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 and Kimchi packages available below and:

    Fedora and CentOS

    sudo yum install <wok.rpm> <kimchi.rpm>
    

    openSUSE

    sudo zypper install <wok.rpm> <kimchi.rpm>
    

    Ubuntu and Debian

    sudo dpkg -i <wok.deb> <kimchi.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