Guest User

Untitled

a guest
Apr 26th, 2018
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. --------- Get into OTP LYnx
  2. ssh -i ~/.ssh/lynx_aws.pem ubuntu@otp-lynx.camsys-apps.com
  3.  
  4. -------- Once In Otp Lynx
  5. cd /var/otp
  6. cd auto-update-gtfs
  7. cd bin
  8. cat gtfs_locations.csv
  9. locate the line that is expiring
  10. download a fresh copy locally
  11. update the dates
  12. host it locally/dropbox
  13. edit gtfs_locations.csv to start pulling from dropbox
  14. set calendar reminder for the date that the GTFS actually expires
  15. when new GTFS is posted, edit gtfs_locations to look at the correct spot.
  16.  
  17. After updating gtfs_locations, buld the graph via the command below
  18. sudo ./AutoUpdateGTFS
  19.  
  20. move the new Graph.obj to /var/otp/graphs/<route>/Graph.obj
Add Comment
Please, Sign In to add comment