doc-pm2
doc-pm2 copied to clipboard
Quick Start | PM2 Documentation
https://pm2.io/doc/en/runtime/quick-start/
PM2 - Guide, References, Tutorials and Best Practices about PM2 and Node.js.
???
2333
How can I call start for an node module with parameters?
If I killed the module just like pm2-logrotate, how do I start this module without restarting my pc or reinstall this module.
How can I start a app with some arguments. eg: while start redis db, we often need to set a conf file to start it as >$ ./src/redis-server ./redis.conf how to pass the argument " ./redis.conf " to start with pm2?
Multiple instances from the same app using different parameters is now supported, How cool is that?