From e89823e6beb70cb44bbe48201d9de8cbe30a4dfa Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 21 Oct 2022 22:28:51 +0300 Subject: [PATCH] Updated OpenSuse (markdown) --- OpenSuse.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/OpenSuse.md b/OpenSuse.md index 815c7f4..34dc11f 100644 --- a/OpenSuse.md +++ b/OpenSuse.md @@ -1,13 +1,16 @@ ## Install WeKan for for OpenSuse 1) Install Snap: + https://snapcraft.io/docs/installing-snap-on-opensuse 2) Install WeKan: +``` sudo snap install wekan --channel=latest/candidate sudo snap set wekan root-url='http://localhost' sudo snap set wekan port='80' +``` 3) Register at at http://localhost/sign-up @@ -19,11 +22,14 @@ More info at https://github.com/wekan/wekan/wiki/Adding-users laptops on your local network, check what is your computer IP address, and change your IP address here: +``` sudo snap set wekan root-url='http://192.168.0.200' +``` More info at https://github.com/wekan/wekan/wiki/Settings 5) Create app icon for your mobile devices on local WLAN: + https://github.com/wekan/wekan/wiki/PWA 6) Some more info: