Skip to content

Instantly share code, notes, and snippets.

@sunnycyk
Created May 9, 2016 12:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sunnycyk/9d206da79792844af984d9a78936f157 to your computer and use it in GitHub Desktop.
Save sunnycyk/9d206da79792844af984d9a78936f157 to your computer and use it in GitHub Desktop.
AWS
#!/bin/bash
# install node.js - v4 and v6 have problem running strong-pm?
curl -sL https://rpm.nodesource.com/setup_5.x | bash -
apt-get install -y nodejs git
# install strong-pm
npm install -g strong-pm
# or sudo sl-pm-install --http-auth user:password
sudo sl-pm-install
# start strong-pm
sudo /sbin/initctl start strong-pm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment