Difference between revisions of "PM2"
Jump to navigation
Jump to search
(6 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
+ | [[npm install]] pm2 -g | ||
+ | |||
+ | [[pm2 --help]] | ||
+ | [[pm2 list]] | ||
pm2 start app.js | pm2 start app.js | ||
− | pm2 monitor | + | [[pm2 monitor]] |
− | pm2 startup | + | [[pm2 startup]] |
+ | [[pm2 dashboards]] | ||
+ | |||
+ | == Related == | ||
+ | * [[Node-config]] | ||
+ | * [[Axon]] | ||
== See also == | == See also == | ||
+ | * {{pm2}} | ||
* {{Node.js}} | * {{Node.js}} | ||
[[Category:Node.js]] | [[Category:Node.js]] |
Latest revision as of 06:54, 20 June 2023
wikipedia:PM2 (software) (2013) is a process manager for the JavaScript runtime Node.js.
npm install pm2 -g
pm2 --help pm2 list pm2 start app.js pm2 monitor pm2 startup pm2 dashboards
Related[edit]
See also[edit]
Advertising: