Changes between Version 6 and Version 7 of HOWTO-DeploySimulator


Ignore:
Timestamp:
04/03/2019 02:08:58 PM (7 years ago)
Author:
jdalbey
Comment:

minor edits

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 == 
    23On a development machine checkout the TMC Simulator trunk from the SVN repo. 
    34 
     
    2627 
    2728== Deploy CPTMS web app == 
     29Copy the `webapps `folder from repository trunk to Dev machine folder `C:\TMC Simulator 2019`. 
     30 
    2831Make sure Python is installed. Create `WebServer.bat` in  `C:\TMC Simulator 2019` folder (if not already present). 
    2932 
     
    3134cd webapps & C:\Python27\python -m CGIHTTPServer 80 
    3235}}} 
    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  == 
    3637Launch `WebServer.bat` by double-clicking.  Observe a terminal window open and display webserver status messages. 
    3738 
     
    5455Click "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. 
    5556 
    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. 
     57Monitor 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.