Changes between Version 3 and Version 4 of HOWTO-DeploySimulator
- Timestamp:
- 03/13/2019 03:27:24 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HOWTO-DeploySimulator
v3 v4 31 31 java -jar CADserver.jar 32 32 }}} 33 == Deploy CPTMS web app == 34 Make sure Python is installed. Create !WebServer.bat in C:\TMCSim_Test folder. 33 35 34 == Deploy CPTMS web app ==35 Make sure Python is installed.36 Create !WebServer.bat in C:\TMCSim_Test folder.37 36 {{{ 38 37 cd webapps & C:\Python27\python -m CGIHTTPServer 8080 39 38 }}} 40 39 If necessary create webapps subfolder. Copy these files to the webapps folder. 40 41 41 {{{ 42 42 cctv_locations_D12.json … … 49 49 }}} 50 50 If necessary create images subfolder in webapps. Copy the cctv images into it. 51 52 Also, create cgi-bin folder and put savemessage.py there.
