The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
wekan/docs/Platforms/FOSS/OpenSuse.md

899 B

Install WeKan for OpenSuse amd64

  1. Install Snap:

https://snapcraft.io/docs/installing-snap-on-opensuse

  1. Install WeKan:
sudo snap install wekan --channel=latest/candidate
sudo snap set wekan root-url='http://localhost'
sudo snap set wekan port='80'
  1. Register at at http://localhost/sign-up

Login at http://localhost/sign-in

More info at https://github.com/wekan/wekan/wiki/Adding-users

  1. If you instead would like to access WeKan from other 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

  1. Create app icon for your mobile devices on local WLAN:

https://github.com/wekan/wekan/wiki/PWA

  1. Some more info: