Created
December 13, 2019 23:59
-
-
Save mceachen/3ee24f06a2772cd33015b5ab2cabd5cf to your computer and use it in GitHub Desktop.
PhotoStructure for Node installation instructions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo -u photostructure bash | |
cd ~photostructure | |
git clone https://github.com/photostructure/photostructure-for-servers.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo adduser --disabled-password photostructure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - ; | |
sudo apt install nodejs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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