Wekan Kanban Install

From Traxel Wiki
Revision as of 03:32, 2 March 2021 by RobertBushman (talk | contribs)
Jump to navigation Jump to search

Document an install of this:

https://wekan.github.io/

sudo apt update -y && sudo apt upgrade -y
sudo apt install snapd -y
sudo apt install nginx -y
sudo snap install wekan
sudo snap set wekan port="6080"
sudo systemctl restart snap.wekan.mongodb
sudo systemctl restart snap.wekan.wekan