source: tmcsimulator/trunk/bin/systemstart_dev_full_session.sh @ 561

Revision 561, 498 bytes checked in by jdalbey, 6 years ago (diff)

rename scripts folder to Scenarios. See #228

  • Property svn:executable set to *
Line 
1#!/bin/sh
2# Start the Simulator System with the full incident script
3
4cd ../webapps
5# Delete any existing CADcomments.log
6rm dynamicdata/CADcomments.log
7#  start the local webserver
8echo "Starting webserver in folder" `pwd`
9python -m CGIHTTPServer 8080 &
10sleep 1
11cd ..
12java -jar deploy/CADserver.jar &
13sleep 10
14java -jar deploy/SimManager.jar full_script_2016.xml &
15sleep 10
16# Start a browser and run the web applications
17firefox localhost:8080 &
18sleep 10
19java -jar deploy/CADclient.jar &
20sleep 5
21
Note: See TracBrowser for help on using the repository browser.