Wekan és un servei de Kanban el qual es pot instal·lar des de snap:

sudo snap wekan

Per tal de desplegar un servidor, si és que no tenim un caldria instal·lar nginx:

sudo apt-get install nginx -y
sudo systemctl start nginx
sudo systemctl enable nginx

Per tal de configurar Wekan seguirem aquests passos:

sudo snap install wekan
sudo snap set wekan root-url="http://localhost"
sudo snap set wekan port='81'

sudo systemctl restart snap.wekan.mongodb
sudo systemctl restart snap.wekan.wekan

Trobarem el nostre servidor a aquesta IP:

http://localhost:81