Skip to content

Server Quick Notes

Jason Kiesling edited this page Sep 6, 2018 · 1 revision

Runs via pm2

To start server, navigate to app/MYR-backend and run pm2 start npm -- start
To stop server, run pm2 monit to get the process ID, most likely 0, and then run pm2 stop [process ID] to stop it.

Port redirect is done via nginx