Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

PM2 installation and configuration

Install PM2 globally

npm install -g pm2

Verify the installation

pm2 -v

List application

pm2 list

Restart pm2 server

pm2 restart myapp

Stop pm2 my app

pm2 stop myapp

Delete pm2 my app

pm2 delete myapp