| | 1 | == How to deploy TMC Simulator == |
| | 2 | |
| | 3 | On a development machine checkout the TMC Simulator trunk from the SVN repo. |
| | 4 | |
| | 5 | Open the project in !NetBeans. |
| | 6 | |
| | 7 | Clean and Build. |
| | 8 | |
| | 9 | Run Test Project and confirm any failed tests aren't system problems. |
| | 10 | |
| | 11 | Run the build target: package-jars |
| | 12 | |
| | 13 | While connected to the TMC lab LAN open a network connection to STORAGE. (Note: it accepts anonymous connection without password) |
| | 14 | |
| | 15 | Copy 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 | |
| | 24 | Login to Windows Development PC |
| | 25 | |
| | 26 | Open File Explorer to STORAGE |
| | 27 | |
| | 28 | Copy Jar files to C:\TMCSim_Test folder. |
| | 29 | Copy and changed config files, event files. |
| | 30 | |
| | 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 |
| | 32 | {{{ |
| | 33 | java -jar CADserver.jar |
| | 34 | }}} |
| | 35 | |