wok icon indicating copy to clipboard operation
wok copied to clipboard

Update from release to current git state

Open Gardinero opened this issue 6 years ago • 2 comments

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

Gardinero avatar Jul 31 '19 11:07 Gardinero

Hi @Gardinero !

You can only stop the wokd service from the current installation and:

  1. git clone --recursive https://github.com/kimchi-project/wok.git
  2. Make sure wok and src/wok/plugins/kimchi are pointing to most up to date master branch
  3. cd wok
  4. sudo ./build-all.sh
  5. sudo python3 src/wokd <= this will start the wokd from the source code (you can also use sudo python3 src/wokd --environment=dev for more logs)

alinefm avatar Aug 27 '19 15:08 alinefm

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

alinefm avatar Aug 27 '19 16:08 alinefm