msh210
32
Q:

pm2 install

npm install pm2 -g
4
$ pm2 [list|ls|status]
1
$ npm install pm2@latest -g
# or
$ yarn global add pm2
0
$ pm2 logs --lines 200
0
$ pm2 start app.js -i max
0
$ pm2 restart app_name
$ pm2 reload app_name
$ pm2 stop app_name
$ pm2 delete app_name
0
$ pm2 start bashscript.sh
$ pm2 start python-app.py --watch
$ pm2 start binary-file -- --port 1520
0

New to Communities?

Join the community