Changes between Version 16 and Version 17 of ProdSimStartup


Ignore:
Timestamp:
08/25/2019 06:21:43 AM (7 years ago)
Author:
jdalbey
Comment:

clarify wording

Legend:

Unmodified
Added
Removed
Modified
  • ProdSimStartup

    v16 v17  
    66Login to Windows on Production workstation. 
    77 
     8=== Starting the simulation === 
    89Open File Explorer to `C:\TMC Simulator Sep 2019\bin` folder. 
    910 
    10 === Starting the simulation === 
    1111Decide which script you want to run ("full" or "practice"). Double-click on the correspondingly named `systemstart` .bat file. 
    1212 
     
    2121Click "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 (see below). 
    2222 
    23 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. 
     23Monitor simulation progress. The event queue should be processed according to the simulation time.  
    2424 
    2525=== Start Web Apps === 
     
    3030Observe console message: `Unified Logging Service v? starting from  /web` 
    3131 
    32 CPTMS: A google map should appear with green dots. 
     32CPTMS: A google map should appear with green dots. The dot colors should be changed as specified in the traffic event data. 
    3333 
    3434EInotebook: The four tabs of the Electronic Instructor Notebook should  appear, with the clock displaying the simulation time.  The Incident  Summary should show the incidents in the desired script. 
     
    4040---- 
    4141== Reset log files == 
     42After the "practice" session and before the "full" session the log files need to be archived and reset.   (Insert archiving directions here).  
     43 
    4244On Apache server (W:) 
    4345 
    44   * clear `activitylog/data.json `  
    45   * clear `webapps/dynamicdata/CADcomments.log` 
    46   * clear `unifiedlog.csv`  
    47   * in `webapps/dynamicdata`  Copy `cms_messages_empty.json`  to `cms_messages.json` 
    48   * in `webapps/dynamicdata`  Copy `har_messages_empty.json`  to `har_messages.json` 
     46 * clear `activitylog/data.json ` 
     47 * clear `webapps/dynamicdata/CADcomments.log` 
     48 * clear `unifiedlog.csv` 
     49 * in `webapps/dynamicdata`  Copy `cms_messages_empty.json`  to `cms_messages.json` 
     50 * in `webapps/dynamicdata`  Copy `har_messages_empty.json`  to `har_messages.json` 
    4951 
    5052---- 
     
    5456 * Verify Apache can run python 
    5557 * Verify Apache is configured properly for running cgi's from cgi-bin. 
    56  
    5758 
    5859----