Guest User

Untitled

a guest
Oct 24th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. sudo npm install pm2 -g;
  2.  
  3. sudo su;
  4.  
  5. pm2 add myprogram.js --name myProgram
  6.  
  7. pm2 save;
  8. pm2 startup;
  9.  
  10. pm2 monit;
  11.  
  12. pm2 logs;
Add Comment
Please, Sign In to add comment