Changes between Initial Version and Version 1 of HOWTO-DeploySimulator


Ignore:
Timestamp:
01/26/2019 11:57:30 AM (7 years ago)
Author:
jdalbey
Comment:

v1

Legend:

Unmodified
Added
Removed
Modified
  • HOWTO-DeploySimulator

    v1 v1  
     1== How to deploy TMC Simulator == 
     2 
     3On a development machine checkout the TMC Simulator trunk from the SVN repo. 
     4 
     5Open the project in !NetBeans. 
     6 
     7Clean and Build. 
     8 
     9Run Test Project and confirm any failed tests aren't system problems. 
     10 
     11Run the build target: package-jars 
     12 
     13While connected to the TMC lab LAN open a network connection to STORAGE. (Note: it accepts anonymous connection without password) 
     14 
     15Copy desired Jar files from trunk/deploy folder to TMC Simulator Test[[BR]] 
     16 
     17 * CADserver.jar - Always needed 
     18 * !SimManager.jar - Runs the simulation 
     19 * CADClient.jar - Student workstation client 
     20 * !ClockClient.jar - Sim clock view for instructors 
     21 * !TrafficEventsAnimator.jar - For traffic event author script testing 
     22 
     23 
     24Login to Windows Development PC 
     25 
     26Open File Explorer to STORAGE 
     27 
     28Copy Jar files to C:\TMCSim_Test folder. 
     29Copy and changed config files, event files. 
     30 
     31Double-click on a Jar file to execute it, or open a command prompt to get a console where error messages are displayed and issue  
     32{{{ 
     33java -jar CADserver.jar 
     34}}} 
     35