Changes between Version 1 and Version 2 of HOWTO-DeploySimulator
- Timestamp:
- 02/11/2019 03:31:01 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HOWTO-DeploySimulator
v1 v2 1 1 == How to deploy TMC Simulator == 2 3 2 On a development machine checkout the TMC Simulator trunk from the SVN repo. 4 3 … … 11 10 Run the build target: package-jars 12 11 13 While connected to the TMC lab LAN open a network connection to STORAGE. (Note: it accepts anonymous connection without password )12 While 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.) 14 13 15 14 Copy desired Jar files from trunk/deploy folder to TMC Simulator Test[[BR]] … … 21 20 * !TrafficEventsAnimator.jar - For traffic event author script testing 22 21 23 24 22 Login to Windows Development PC 25 23 26 Open File Explorer to STORAGE 24 Open File Explorer to STORAGE. 27 25 28 Copy Jar files to C:\TMCSim_Test folder. 29 Copy and changed config files, event files. 26 Copy Jar files to C:\TMCSim_Test folder. Copy and changed config files, event files. 30 27 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 28 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 29 32 30 {{{ 33 31 java -jar CADserver.jar 34 32 }}} 35
