Changes between Version 1 and Version 2 of HOWTO-DeploySimulator


Ignore:
Timestamp:
02/11/2019 03:31:01 PM (7 years ago)
Author:
jdalbey
Comment:

add sneakernet workaround

Legend:

Unmodified
Added
Removed
Modified
  • HOWTO-DeploySimulator

    v1 v2  
    11== How to deploy TMC Simulator == 
    2  
    32On a development machine checkout the TMC Simulator trunk from the SVN repo. 
    43 
     
    1110Run the build target: package-jars 
    1211 
    13 While connected to the TMC lab LAN open a network connection to STORAGE. (Note: it accepts anonymous connection without password) 
     12While connected to the TMC lab LAN open a network connection to STORAGE. (Note: it accepts anonymous connection without password.  If this fails, as a workaround just transfer the files using !SneakerNet - a USB Flash Drive.) 
    1413 
    1514Copy desired Jar files from trunk/deploy folder to TMC Simulator Test[[BR]] 
     
    2120 * !TrafficEventsAnimator.jar - For traffic event author script testing 
    2221 
    23  
    2422Login to Windows Development PC 
    2523 
    26 Open File Explorer to STORAGE 
     24Open File Explorer to STORAGE. 
    2725 
    28 Copy Jar files to C:\TMCSim_Test folder. 
    29 Copy and changed config files, event files. 
     26Copy Jar files to C:\TMCSim_Test folder. Copy and changed config files, event files. 
    3027 
    31 Double-click on a Jar file to execute it, or open a command prompt to get a console where error messages are displayed and issue  
     28Double-click on a Jar file to execute it, or open a command prompt to get a console where error messages are displayed and issue 
     29 
    3230{{{ 
    3331java -jar CADserver.jar 
    3432}}} 
    35