Newest WeKan at amd64 platforms: Windows On-Premise, Linux bundle, Snap Candidate, Docker, Kubernetes. Fixing other platforms In Progress.
If you are using Linux, it's easiest to install WeKan Snap, that has automatic updates.
1. Install Snapd: https://snapcraft.io/docs/installing-snapd
2. Install WeKan Server:
sudo snap install wekan --channel=latest/candidate sudo snap set wekan root-url="http://YOUR-IP-ADDRESS" sudo snap set wekan port='80'
3. Register and login at http://YOUR-IP-ADDRESS/sign-in . First user will be Admin, and have Admin Panel at right top username / Admin Panel. Other registered users will be Normal users. At Admin Panel, it's possible to disable self-registration, manage users at People/People, set your logo at Settings/Layout, etc.
If WeKan is at public Internet, you can add SSL/TLS for example with Caddy
Edit docker-compose.yml from https://github.com/wekan/wekan to have:
ROOT_URL=http://YOUR-IP-ADDRESS
Then start WeKan server:
docker compose up -d
Then use webbrowser at http://YOUR-IP-ADDRESS