- install golang, pull the repository, run make
sudo apt update && sudo apt install golang-go
sudo adduser --disabled-password stuff
sudo su stuff
git clone https://github.com/sudoroom/stuff-org
cd stuff-org
git checkout sudoroom
make
- install nvm so we can have node
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash
exit
(now log back in)
nvm install --lts
- install websnap (in home directory, not inside stuff-org)
git clone https://github.com/jerkey/websnap
cd websnap
npm install