doc-pm2
doc-pm2 copied to clipboard
Overview | PM2 Documentation
https://pm2.io/doc/en/runtime/overview/
PM2 - Guide, References, Tutorials and Best Practices about PM2 and Node.js.
can i use it instead of tmux?
@waoowa827 can i use it instead of tmux?
Yes, PM2 is much better for running your node apps :)
英文能力需要提升呀 这个评论插件是github提供的么 is this comment plugin came from gitgub?
- 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
@ranwawa 英文能力需要提升呀 这个评论插件是github提供的么 is this comment plugin came from gitgub?
https://github.com/gitalk/gitalk
I just run 'pm2 serve', but the popups (DOS) keep disturbing me
@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"
Can we use PM2 runtime, free in production server, without any restriction? what all are restriction ?
This is beautiful
@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.
It is opensource but AGPL license.