Changes between Version 2 and Version 3 of HOWTO-DeploySimulator
- Timestamp:
- 03/12/2019 01:11:41 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HOWTO-DeploySimulator
v2 v3 10 10 Run the build target: package-jars 11 11 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.)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.) 13 13 14 14 Copy desired Jar files from trunk/deploy folder to TMC Simulator Test[[BR]] … … 31 31 java -jar CADserver.jar 32 32 }}} 33 34 == Deploy CPTMS web app == 35 Make sure Python is installed. 36 Create !WebServer.bat in C:\TMCSim_Test folder. 37 {{{ 38 cd webapps & C:\Python27\python -m CGIHTTPServer 8080 39 }}} 40 If necessary create webapps subfolder. Copy these files to the webapps folder. 41 {{{ 42 cctv_locations_D12.json 43 cmsStatusD12.json 44 cptms_map.html 45 highways.json 46 highways_startup.json 47 messagefile.txt 48 scoreboard.ttf 49 }}} 50 If necessary create images subfolder in webapps. Copy the cctv images into it.
