Guest User

Untitled

a guest
May 30th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #!/usr/bin/env bash
  2.  
  3. #install pm2
  4. npm i pm2
  5.  
  6. #run with process.json configuration file for development environment
  7. pm2 start process.json --env development
  8.  
  9. # delete it all
  10. # pm2 delete process.json
Add Comment
Please, Sign In to add comment