26
18

More than 5 years have passed since last update.

Node.jsのデーモン化ツールpm2をインストール

Posted at

npmでグローバルにインストール

npm install -g pm2

スクリプトを登録

pm2 start sample001.js

スクリプトを確認

pm2 list

スクリプトを止める

# listで確認して、appで登録されたスクリプトを止めたい場合
pm2 stop app

ログを参照

pm2 logs

モニタリング

pm2 monit
26
18
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
26
18