Shell/Bash: install pm2 Example
Shell/Bash Example: This is the "install pm2" Example. compiled from many sources on the internet by SimpleTutorials.org
installing pm2 on linux
$ sudo npm i -g pm2
install pm2
npm install pm2 -g
pm2 install
$ npm install [email protected] -g # or $ yarn global add pm2
List the status of all application managed by PM2:
pm2 list
pm2 install
$ pm2 ecosystem
pm2 install
$ pm2 [list|ls|status]
* Summary: This "install pm2" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!