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 :: how to set zsh as default 
Shell :: install qwebengineview pyqt5 
Shell :: git credential cache 
Shell :: apt list installed 
Shell :: batch remove quotes 
Shell :: open folder from terminal in kali 
Shell :: macos install chromium 
Shell :: remmina ubuntu 
Shell :: android_home ubuntu 
Shell :: prevent duplicate history line on bash history 
Shell :: git reinitialized existing git repository 
Shell :: OSError: [Errno 24] inotify instance limit reached 
Shell :: git submodules pull 
Shell :: github desktop for ubuntu 
Shell :: install angular globally 
Shell :: bash parameter count 
Shell :: ubuntu set timezone 
Shell :: restart nginx server 
Shell :: install reach router 
Shell :: jupyterlab documentation 
Shell :: Error: Node Sass does not yet support your current environment 
Shell :: if variable has substring in bash 
Shell :: wsl upgrade to 2 
Shell :: update manjaro linux 
Shell :: how to remove go in ubuntu 
Shell :: install i3-gaps ubuntu 
Shell :: poetry to requirements.txt 
Shell :: homebrew restart redis 
Shell :: Jwt Authentication error Argument 3 passed to LcobucciJWTSignerHmac::doVerify() 
Shell :: if argument bash 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =