Changes between Version 1 and Version 2 of HOWTO-InstallSimulator


Ignore:
Timestamp:
11/06/2017 02:34:09 PM (8 years ago)
Author:
jdalbey
Comment:

First draft

Legend:

Unmodified
Added
Removed
Modified
  • HOWTO-InstallSimulator

    v1 v2  
    1 How to install TMC Simulator  
     1== How to install TMC Simulator == 
    22 
    33On a development machine checkout the TMC Simulator trunk from the SVN repo. 
    44 
    5 Open the project in NetBeans. 
     5Open the project in !NetBeans. 
    66 
    77Clean and Build. 
     
    1111Run the build target: package-jars 
    1212 
    13 While connected to the TMC lab LAN open a network connection to STORAGE. 
     13While connected to the TMC lab LAN open a network connection to STORAGE. (Note: it accepts anonymous connection without password) 
    1414 
    15 .... to be completed 
     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