17 lines
421 B
Bash
17 lines
421 B
Bash
:: ## Agmission servers ##
|
|
pm2 start ./scripts/maintainer-pm2.json --env production
|
|
pm2 start ./scripts/agmission-pm2.json --env production
|
|
pm2 start ~/scripts/job-importer-pm2.json --env production
|
|
|
|
:: ## Tracking, GPS servers ##
|
|
pm2 start ~/scripts/gps_server-agnav-pm2.json --env production
|
|
pm2 start ~/scripts/gps_server-rap-pm2.json --env production
|
|
pm2 start ~/scripts/track_server-pm2.json --env production
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|