Wekan Kanban Install: Difference between revisions

From Traxel Wiki
Jump to navigation Jump to search
No edit summary
Line 21: Line 21:
Low-level install instructions:
Low-level install instructions:
https://websiteforstudents.com/how-to-install-wekan-on-ubuntu-18-04-16-04/
https://websiteforstudents.com/how-to-install-wekan-on-ubuntu-18-04-16-04/
<code>
$ sudo apt upgrade -y
</code>


[[Category:Hacking]]
[[Category:Hacking]]
[[Category:OpenDevOps]]
[[Category:OpenDevOps]]

Revision as of 14:28, 11 April 2021

Document an install of this:

https://wekan.github.io/

Magic Candy Install

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

Aborted: Too much bullshit, not enough control.

Low Level Install

Low-level install instructions: https://websiteforstudents.com/how-to-install-wekan-on-ubuntu-18-04-16-04/

$ sudo apt upgrade -y