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

Wekan installed but is not visible in menu. #160

Open
COOKIE-1816 opened this issue Aug 3, 2022 · 2 comments
Open

Wekan installed but is not visible in menu. #160

COOKIE-1816 opened this issue Aug 3, 2022 · 2 comments

Comments

@COOKIE-1816
Copy link

I installed Wekan from snap (version 6.09 from channel latest/stable) on my laptop with Arch Linux (kernel 5.18.9-arch1-1, x86_64). But Wekan does not show in application menu (DE: Plasma 5.25.2, WM: KWin), even after logging out and logging back in to the system.

sudo snap install wekan
@xet7
Copy link
Member

xet7 commented Aug 3, 2022

Check what is your computer IP address, with some command like this:

ip address

For that Stable version, change below root-url to your IP address

sudo snap set wekan root-url='http://192.168.0.200'

sudo snap set wekan port='80'

And then with Chromium/Firefox/Safari based desktop or mobile webbrowser go to that http://192.168.0.200 (change your IP address there).

You can create mobile app icon this way:
https://github.com/wekan/wekan/wiki/PWA

Making backup https://github.com/wekan/wekan/wiki/Backup

WeKan uses Node.js and MongoDB. Raw database files are at /var/snap/wekan/common , but it's better to make backup with mongodump .

If you would like to try newer candidate version of WeKan, and have made backups or are starting new install, you can delete stable version and change to newer candidate:

sudo snap stop wekan

sudo rm -rf /var/snap/wekan/common/*

sudo snap remove wekan

sudo snap install wekan --channel=latest/candidate

# Your computer IP address below:
sudo snap set wekan root-url='http://192.168.0.200'

sudo snap set wekan port='80'

https://github.com/wekan/wekan/wiki/Adding-users

You can check is wekan.wekan and wekan.mongodb active and enabled with:

sudo snap services

You can enable and start them with:

sudo snap enable wekan

sudo snap start wekan

You can see your current WeKan version with:

sudo snap list

To force immediate update of all Snaps, you can do:

sudo snap refresh

@xet7
Copy link
Member

xet7 commented Aug 3, 2022

If you only use WeKan locally at same computer, you can do:

sudo snap set wekan root-url='http://localhost'

Also see: https://github.com/wekan/wekan/wiki/Settings

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