====== Setup Wekan Server in Ubuntu ====== * Install Wekan with Ubuntu Software application * Configure once the localhost port with e.g.: sudo snap set wekan port='3001' * Stop Wekan server sudo systemctl stop snap.wekan.mongodb * Start Wekan server sudo systemctl start snap.wekan.mongodb * Wekan reachable now via browser on localhost:3001 or from other machines with hostname:3001