Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pm2 for process management #44

Closed
joshxyzhimself opened this issue Sep 23, 2021 · 2 comments
Closed

pm2 for process management #44

joshxyzhimself opened this issue Sep 23, 2021 · 2 comments

Comments

@joshxyzhimself
Copy link

Hi there, just noticed that the guide uses forever and nodemon.

Maybe PM2 could be a possible alternative?

https://pm2.keymetrics.io/

# install pm2
npm install pm2 --global

# start index.js
pm2 start ./index.js

# create pm2 startup script
pm2 startup

# save the process list
pm2 save

# monitor the process
pm2 monit

# view the logs
pm2 logs
@nelsonmaligro
Copy link
Owner

nelsonmaligro commented Sep 24, 2021 via email

@joshxyzhimself
Copy link
Author

Noted sir, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants