Changeset 514 in tmcsimulator for trunk/bin/systemstart_dev_full_session.sh
- Timestamp:
- 11/07/2019 07:33:11 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/bin/systemstart_dev_full_session.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/systemstart_dev_full_session.sh
r410 r514 1 1 #!/bin/sh 2 2 # Start the Simulator System with the full incident script 3 3 4 cd ../webapps 5 # Delete any existing CADcomments.log 6 del dynamicdata/CADcomments.log 7 # Delete start the local webserver 4 8 echo "Starting webserver in folder" `pwd` 5 9 python -m CGIHTTPServer 8080 & … … 9 13 sleep 10 10 14 java -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 15 sleep 10 13 16 # Start a browser and run the web applications 14 # firefox localhost:8080 & 17 firefox localhost:8080 & 18 sleep 10 19 java -jar deploy/CADclient.jar & 20 sleep 5 15 21
Note: See TracChangeset
for help on using the changeset viewer.
