September 22, 2021 . 1 MIN READ
https://github.com/foreversd/forever/issues/41
forever stopall
git pull
forever start server.js
https://www.npmjs.com/package/node-dev
https://github.com/foreversd/forever
By default forever places all of the files it needs into /$HOME/.forever. If you would like to change that location just set the FOREVER_ROOT environment variable when you are running forever:
FOREVER_ROOT=/etc/forever forever start index.js
Make sure that the user running the process has the appropriate privileges to read & write to this directory.
https://www.airpair.com/node.js/posts/top-10-mistakes-node-developers-make
https://docs.jelastic.com/nodejs-process-managers/
https://manage.runcloud.io/servers/151816/supervisors/create