doc-pm2 icon indicating copy to clipboard operation
doc-pm2 copied to clipboard

Overview | PM2 Documentation

Open rmonnier9 opened this issue 6 years ago • 12 comments

https://pm2.io/doc/en/runtime/overview/

PM2 - Guide, References, Tutorials and Best Practices about PM2 and Node.js.

rmonnier9 avatar May 30 '18 14:05 rmonnier9

can i use it instead of tmux?

waoowa827 avatar Oct 25 '18 22:10 waoowa827

@waoowa827 can i use it instead of tmux?

Yes, PM2 is much better for running your node apps :)

afkin9 avatar Nov 08 '18 11:11 afkin9

英文能力需要提升呀 这个评论插件是github提供的么 is this comment plugin came from gitgub?

ranwawa avatar Nov 18 '18 06:11 ranwawa

  • can i hope the pm2 can manage https ca certificate

it means my app is run on http i have a ca cert (but i don't hope change the app) i hope pm2 can use the ca cert to make my app run https

SURA907 avatar Nov 21 '18 12:11 SURA907

@ranwawa 英文能力需要提升呀 这个评论插件是github提供的么 is this comment plugin came from gitgub?

https://github.com/gitalk/gitalk

phanirithvij avatar Dec 10 '18 15:12 phanirithvij

I just run 'pm2 serve', but the popups (DOS) keep disturbing me

cmforjava avatar Jan 04 '19 01:01 cmforjava

@cmforjava I just run 'pm2 serve', but the popups (DOS) keep disturbing me

Change your "serve" script from package.json file to =>

"serve": "cross-env NODE_ENV=production pm2 start ./server/index.js"

sentax avatar Apr 22 '19 15:04 sentax

Can we use PM2 runtime, free in production server, without any restriction? what all are restriction ?

kumarshambhu avatar May 20 '19 14:05 kumarshambhu

This is beautiful

trulysinclair avatar Jun 07 '19 22:06 trulysinclair

@kumarshambhu Can we use PM2 runtime, free in production server, without any restriction? what all are restriction ?

Yes you can, there are no restrictions from what I see, it's open-source.

trulysinclair avatar Jun 07 '19 22:06 trulysinclair

It is opensource but AGPL license.

kumarshambhu avatar Jun 11 '19 14:06 kumarshambhu