Changeset 514 in tmcsimulator for trunk/bin/systemstart_dev_full_session.sh


Ignore:
Timestamp:
11/07/2019 07:33:11 PM (6 years ago)
Author:
jdalbey
Message:

Add mkunifiedloggerzip.sh script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/systemstart_dev_full_session.sh

    r410 r514  
    11#!/bin/sh 
    22# Start the Simulator System with the full incident script 
     3 
    34cd ../webapps 
     5# Delete any existing CADcomments.log 
     6del dynamicdata/CADcomments.log 
     7# Delete start the local webserver 
    48echo "Starting webserver in folder" `pwd` 
    59python -m CGIHTTPServer 8080 & 
     
    913sleep 10 
    1014java -jar deploy/SimManager.jar full_script_2016.xml & 
    11 # Manual step for now, until it's integrated into Sim Mgr 
    12 cp scripts/full_script_2016.xml webapps/dynamicdata/incident_script.xml 
     15sleep 10 
    1316# Start a browser and run the web applications 
    14 # firefox localhost:8080 & 
     17firefox localhost:8080 & 
     18sleep 10 
     19java -jar deploy/CADclient.jar & 
     20sleep 5 
    1521 
Note: See TracChangeset for help on using the changeset viewer.