Difference between revisions of "Stuff-org"

Jump to navigation Jump to search
no edit summary
(Created page with "== sudoroom uses stuff-org written by Henner Zeller to track stuff in the space (and in the community) == thumb * Noisebridge [https://parts.noisebridge.net runs a version of this] but you can only edit if you're on the local network * [https://github.com/sudoroom/stuff-org/tree/sudoroom we use a fork of the main repository, branch "sudoroom"] * we use [https://github.com/jerkey/websnap websnap] to update the images '''make sure this c...")
 
Line 8: Line 8:
== installation ==
== installation ==
* install golang, pull the repository, run make
* install golang, pull the repository, run make
<code>
<pre>
  sudo apt update && sudo apt install golang-go
  sudo apt update && sudo apt install golang-go
  sudo adduser --disabled-password stuff
  sudo adduser --disabled-password stuff
Line 16: Line 16:
  git checkout sudoroom
  git checkout sudoroom
  make
  make
</code>
</pre>
* install nvm so we can have node
<pre>
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash
exit
(now log back in)
nvm install --lts
</pre>
* install websnap (in home directory, not inside stuff-org)
<pre>
git clone https://github.com/jerkey/websnap
cd websnap
npm install
</pre>

Navigation menu