Stuff-org
Jump to navigation
Jump to search
sudoroom uses stuff-org written by Henner Zeller to track stuff in the space (and in the community)
- Noisebridge runs a version of this but you can only edit if you're on the local network
- we use a fork of the main repository, branch "sudoroom"
- we use websnap to update the images make sure this cant be abused from outside the network
installation
- 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
