Top "Pm2" questions

PM2 is a CLI process manager for Node.

How can I get pm2 to use my ecosystem.config.js file on reboot?

My ecosystem.config.js file loads my environment great with this command: pm2 start ecosystem.config.js When I run …

pm2
pm2 - How to start if not started, kill and start if started

I am trying to start pm2 if it is not running, or kill it and start if it is, how …

node.js windows pm2
Ubuntu 14.04 - pm2 startup not starting after reboot

I am using pm2 to start a node.js process, and I would like this process to be started automatically …

ubuntu ubuntu-14.04 pm2
pm2 Startup not starting up on Ubuntu

I am having difficulty getting pm2 to restart (itself and two node/express files, app.js & app2.js) on …

ubuntu pm2
How to Run Sails in production with pm2 (sails lift --prod) with pm2

How to lift sails in production with pm2 ?? I mean what is the the command of pm2 to get similar …

sails.js production-environment pm2
Running a python script in virtual environment with node.js pm2

I would like to reference this question because I am certain that someone will flag this as a duplicate. I …

python node.js ubuntu pm2
How should I use pm2 command for npm run dev

I'm running my app using sudo npm run dev how should I use pm2 in order to run sudo npm …

node.js npm pm2
PM2 log output limits

I'm happy with how PM2 formats and outputs the log with pm2 logs app But currently it truncates the log …

node.js logging pm2
How to reset the id of pm2?

I using pm2. After I started my app several times, the id increased. I deleted all in pm2, and started …

node.js pm2
How to remove pm2 from startup (on mac)

I experimenting with pm2, which is a process manager for node.js applications. I tried their pm2 startup utility which …

node.js launchd pm2