Changes between Version 2 and Version 3 of HOWTO-DeploySimulator


Ignore:
Timestamp:
03/12/2019 01:11:41 PM (7 years ago)
Author:
jdalbey
Comment:

add new section for cptms

Legend:

Unmodified
Added
Removed
Modified
  • HOWTO-DeploySimulator

    v2 v3  
    1010Run the build target: package-jars 
    1111 
    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.) 
     12While 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.) 
    1313 
    1414Copy desired Jar files from trunk/deploy folder to TMC Simulator Test[[BR]] 
     
    3131java -jar CADserver.jar 
    3232}}} 
     33 
     34== Deploy CPTMS web app == 
     35Make sure Python is installed. 
     36Create !WebServer.bat in C:\TMCSim_Test folder.    
     37{{{ 
     38cd webapps & C:\Python27\python -m CGIHTTPServer 8080 
     39}}} 
     40If necessary create webapps subfolder.  Copy these files to the webapps folder. 
     41{{{ 
     42cctv_locations_D12.json 
     43cmsStatusD12.json 
     44cptms_map.html 
     45highways.json 
     46highways_startup.json 
     47messagefile.txt 
     48scoreboard.ttf 
     49}}} 
     50If necessary create images subfolder in webapps. Copy the cctv images into it.