##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