Skip to content

Instantly share code, notes, and snippets.

@khanghoang
Last active June 28, 2016 19:48
Show Gist options
  • Save khanghoang/fdac766b31b0178a880b to your computer and use it in GitHub Desktop.
Save khanghoang/fdac766b31b0178a880b to your computer and use it in GitHub Desktop.
ShipIt deployment for EC2

##Get started ###On local

  • Install shipit & shipit-deploy
  • Add shipitfile.js
  • Run ssh-add /path/to/pem/file

###Errors ####node: not found Apparently Debian has renamed the command node to nodejs which is causing the problem. For me installing nodejs-legacy fixed the issue.
To fix:
sudo apt-get update && sudo apt-get install nodejs-legacy
Or use synlink

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment