Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install pm2

npm install pm2 -g
Comment

pm2 install

$ npm install pm2@latest -g
# or
$ yarn global add pm2
Comment

pm2 install

$ npm install pm2@latest -g
# or
$ yarn global add pm2
Comment

install pm2

npm i -g pm2 
Comment

pm2 install

$ pm2 ecosystem
Comment

pm2 install

$ pm2 [list|ls|status]
Comment

pm2 install

$ pm2 logs --lines 200
Comment

pm2 install

$ pm2 restart app_name
$ pm2 reload app_name
$ pm2 stop app_name
$ pm2 delete app_name
Comment

pm2 install

$ pm2 start bashscript.sh
$ pm2 start python-app.py --watch
$ pm2 start binary-file -- --port 1520
Comment

pm2 install

$ pm2 start app.js -i max
Comment

PREVIOUS NEXT
Code Example
Shell :: install woeusb in ubuntu 
Shell :: how to make wsl import 
Shell :: update prisma latest version 
Shell :: bash change text in specific column 
Shell :: passport deploy to server 
Shell :: revert to a particular commit git 
Shell :: where are ubuntu files stored in windows 10 
Shell :: git init branch name 
Shell :: install tensorflow anaconda 1 
Shell :: tar extract 
Shell :: font manger for arch 
Shell :: install laravel mix 
Shell :: vite starting code 
Shell :: ubuntu measure execution time 
Shell :: find the size of a program in linux 
Shell :: git change commit author for all commits 
Shell :: how to drive linux 2020 bluetooth on ubuntu 
Shell :: youtube dl download video by idex 
Shell :: mkdir create if not exists 
Shell :: bash write file 
Shell :: how to make a list bash 
Shell :: archive linux 
Shell :: pygtk install ubuntu 
Shell :: git graph code 
Shell :: docker ps view command 
Shell :: see default gateway linux 
Shell :: How to Install Google Chrome on Centos 8 
Shell :: how to install vs code on fedora 
Shell :: bash count duplicate lines in a file 
Shell :: conda install netcdf4 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =