Skip to content

Instantly share code, notes, and snippets.

@mceachen
Created December 13, 2019 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mceachen/3ee24f06a2772cd33015b5ab2cabd5cf to your computer and use it in GitHub Desktop.
Save mceachen/3ee24f06a2772cd33015b5ab2cabd5cf to your computer and use it in GitHub Desktop.
PhotoStructure for Node installation instructions
sudo -u photostructure bash
cd ~photostructure
git clone https://github.com/photostructure/photostructure-for-servers.git
sudo adduser --disabled-password photostructure
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - ;
sudo apt install nodejs
sudo apt update ;
sudo apt install -y build-essential python2.7-dev git perl ffmpeg sqlite3 dcraw libjpeg-turbo-progs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment