Install PM2

PM2 is node.js process manager. It allow your commerce engine keep alive, and it provide cluster mode.

Step. Install PM2 using NPM

npm install pm2 -g

You MUST install PM2 global scope. For more information, please visit PM2 official website.

Last updated