Changes between Version 6 and Version 7 of HOWTO-DeploySimulator
- Timestamp:
- 04/03/2019 02:08:58 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HOWTO-DeploySimulator
v6 v7 1 == How to deploy TMC Simulator == 1 = How to deploy and run Simulator (dev/test environment) = 2 == Deployment == 2 3 On a development machine checkout the TMC Simulator trunk from the SVN repo. 3 4 … … 26 27 27 28 == Deploy CPTMS web app == 29 Copy the `webapps `folder from repository trunk to Dev machine folder `C:\TMC Simulator 2019`. 30 28 31 Make sure Python is installed. Create `WebServer.bat` in `C:\TMC Simulator 2019` folder (if not already present). 29 32 … … 31 34 cd webapps & C:\Python27\python -m CGIHTTPServer 80 32 35 }}} 33 Copy the `webapps `folder from repository trunk to Dev machine folder `C:\TMC Simulator 2019`. 34 35 == Starting the simulation (dev/test environment) == 36 == Starting the simulation == 36 37 Launch `WebServer.bat` by double-clicking. Observe a terminal window open and display webserver status messages. 37 38 … … 54 55 Click "Start" button in Simulation Manager GUI. Observe the clock begin counting every second. In CADServer GUI, observe the timer running. Click on the "Traffic" tab to view the queue of traffic events. As events are processed, there will be a ten second delay and then the affected dots will change color in the CPTMS map. 55 56 56 Monitor simulation progress. The event queue should be processed according to the simulation time.The dot colors should be changed as specified in the traffic event data.57 Monitor simulation progress. The event queue should be processed according to the simulation time. The dot colors should be changed as specified in the traffic event data.
