We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Hi @Gardinero !
You can only stop the wokd service from the current installation and:
git clone --recursive https://github.com/kimchi-project/wok.git
wok
src/wok/plugins/kimchi
cd wok
sudo ./build-all.sh
sudo python3 src/wokd
sudo python3 src/wokd --environment=dev
Sorry, something went wrong.
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
enable = False
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: