Skip to content

Instantly share code, notes, and snippets.

@epayet
Created March 7, 2015 15:00
Show Gist options
  • Save epayet/720bf6f094802983719a to your computer and use it in GitHub Desktop.
Save epayet/720bf6f094802983719a to your computer and use it in GitHub Desktop.
npm install
export PROJECT_CONFIG='production'
if forever list | grep 'project.js' ; then
forever stop project.js
fi
forever start project.js
forever list | grep 'project.js'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment