Stuff-org

From Sudo Room
Revision as of 13:13, 14 April 2026 by Jerkey (talk | contribs)
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-stuff-org.png

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