-
Notifications
You must be signed in to change notification settings - Fork 12
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
MYR | MYR GitHub | ECG Website
General
Server Information