Changes between Version 3 and Version 4 of HOWTO-DeploySimulator


Ignore:
Timestamp:
03/13/2019 03:27:24 PM (7 years ago)
Author:
jdalbey
Comment:

add note about cgi-bin

Legend:

Unmodified
Added
Removed
Modified
  • HOWTO-DeploySimulator

    v3 v4  
    3131java -jar CADserver.jar 
    3232}}} 
     33== Deploy CPTMS web app == 
     34Make sure Python is installed. Create !WebServer.bat in C:\TMCSim_Test folder. 
    3335 
    34 == Deploy CPTMS web app == 
    35 Make sure Python is installed. 
    36 Create !WebServer.bat in C:\TMCSim_Test folder.    
    3736{{{ 
    3837cd webapps & C:\Python27\python -m CGIHTTPServer 8080 
    3938}}} 
    4039If necessary create webapps subfolder.  Copy these files to the webapps folder. 
     40 
    4141{{{ 
    4242cctv_locations_D12.json 
     
    4949}}} 
    5050If necessary create images subfolder in webapps. Copy the cctv images into it. 
     51 
     52Also, create cgi-bin folder and put savemessage.py there.