Updating OTP graph

From stgo
Revision as of 13:31, 31 July 2014 by StefanS (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

>> return to Cedeus IDE


updating the OTP graph for Santiago:

  • download the new GTFS feed from:
  • connect to the OTP server via ftp, e.g. 146.155.17.54 (this is actually a VM on Lautaro)
  • copy the gtfs file to /otp/cache/gtfs/ folder
  • adjust the graph build settings file (e.g. nano /otp/graph-builder.xml) with the new name of the gfts
  • shutdown tomcat "sudo service tomcat7 stop"
  • make a backup copy of the existing graph in /otpg >> "zip Graph.obj santiago_graph_withgtfs_date.zip"
  • delete the graph file rm Graph.obj
  • switch to /otp folder and build the new graph bin/build-graph.sh
  • copy/move the generate Graph.obj file to /otpg
  • restart tomcat sudo service tomcat7 start
  • test...