wok
wok copied to clipboard
Update from release to current git state
Hello, what has to be done to update a 2.5 release installation to the current git state?
I am working on Ubuntu 18.
Thanks in advance. Regards Lars
Hi @Gardinero !
You can only stop the wokd service from the current installation and:
git clone --recursive https://github.com/kimchi-project/wok.git- Make sure
wokandsrc/wok/plugins/kimchiare pointing to most up to date master branch cd woksudo ./build-all.shsudo python3 src/wokd<= this will start the wokd from the source code (you can also usesudo python3 src/wokd --environment=devfor more logs)
oh... just a note, ginger and gingerbase are not on Python3 yet which means you need to disable those 2 plugins.
cd src/wok/plugins/ginger*/ginger*.conf
change enable = False