Skip to content
New issue

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

Update from release to current git state #268

Open
Gardinero opened this issue Jul 31, 2019 · 2 comments
Open

Update from release to current git state #268

Gardinero opened this issue Jul 31, 2019 · 2 comments

Comments

@Gardinero
Copy link

Gardinero commented Jul 31, 2019

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 Gardinero changed the title Update from release to current master Update from release to current git state Jul 31, 2019
@alinefm
Copy link
Member

alinefm commented Aug 27, 2019

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
Copy link
Member

alinefm commented Aug 27, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants