Wekan Kanban Install: Difference between revisions
Jump to navigation
Jump to search
Line 36: | Line 36: | ||
Full Entertainment | Full Entertainment | ||
=== Node.JS + NPM + NVM === | |||
Node Package Manager, Node Version Manager | |||
Find the latest here: | |||
https://github.com/nvm-sh/nvm#installing-and-updating | |||
<pre> | |||
sudo apt install nodejs -y | |||
su - wekan | |||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash | |||
</pre> | |||
Logout and back in to update the environment. | |||
Revision as of 14:56, 11 April 2021
Document an install of this:
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/
System Update
sudo apt update sudo apt upgrade -y
Wekan User
sudo useradd -m -s /bin/bash wekan sudo passwd wekan
Full Entertainment
Node.JS + NPM + NVM
Node Package Manager, Node Version Manager
Find the latest here: https://github.com/nvm-sh/nvm#installing-and-updating
sudo apt install nodejs -y su - wekan curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
Logout and back in to update the environment.