Top "Pm2" questions

PM2 is a CLI process manager for Node.

What is the difference between pm2 restart and pm2 reload

I have a nodejs app running on server. When should I use pm2 restart,and when should pm2 reload be …

node.js pm2
Express 4 + pm2 watch not working

I'm running pm2 with this: pm2 start bin/www --watch ../ Problem is that when I update app.js in the …

node.js express pm2 express-4
What is the default location of PM2 log files?

I'm trying to find out where PM2 saves the log files by default? I'm working with a Linux Ubuntu 16.04 server …

node.js ubuntu npm pm2
How to start node.js app with pm2 in cluster mode?

We are trying to start our app with pm2 0.12.8 on ubuntu 14.04 with octa core proccessor. The read me on the …

node.js ubuntu cluster-computing pm2
How to disable/stop a pm2 module?

Is it possible to stop or disable a pm2 module ? I did install the pm2-logrotate module but recently the …

node.js npm pm2 pm2-logrotate
How to automatically reload Node.js project when using pm2

I am currently programming Node.js with Express.js, and every time I change a line of code in the …

javascript node.js express pm2
What is the purpose of "pm2 save"?

I am using pm2 to manage my node.js processes. Very happy with it so far. What is the purpose …

node.js pm2
PM2 - Autostart on Raspbian (Raspberry Pi) does not work

Ok guys, this is driving me nuts... Can't get my nodejs application to autostart@boot on a raspberry pi... Machine: …

node.js raspberry-pi raspbian autostart pm2
How Can I run PM2 with Angular-Cli? - Angular2

How can I run: ng serve --prod with pm2? ng serve from angular-cli, Angular2. I'm running on DigitalOcean. I have …

nginx angular digital-ocean pm2
How to watch and reload an ExpressJS app with pm2

I'm developing an ExpressJS app. I use pm2 to load it: myapp$ pm2 start bin/www This works fine, except …

node.js express pm2