Advertisement
gustavosportclub

status-sede

Feb 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. npm install
  2. npm install pm2 -g
  3. cd config
  4. copy config.default.js config.js
  5. notepad config.js
  6. cd ..
  7. pm2 start bin/www
  8. npm install pm2-windows-startup -g
  9. pm2-startup install
  10. pm2 save
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement