| 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 | |
|---|
| 4 | cd ../webapps |
|---|
| 5 | # Delete any existing CADcomments.log |
|---|
| 6 | rm dynamicdata/CADcomments.log |
|---|
| 7 | # start the local webserver |
|---|
| 8 | echo "Starting webserver in folder" `pwd` |
|---|
| 9 | python -m CGIHTTPServer 8080 & |
|---|
| 10 | sleep 1 |
|---|
| 11 | cd .. |
|---|
| 12 | java -jar deploy/CADserver.jar & |
|---|
| 13 | sleep 10 |
|---|
| 14 | java -jar deploy/SimManager.jar full_script_2016.xml & |
|---|
| 15 | sleep 10 |
|---|
| 16 | # Start a browser and run the web applications |
|---|
| 17 | firefox localhost:8080 & |
|---|
| 18 | sleep 10 |
|---|
| 19 | java -jar deploy/CADclient.jar & |
|---|
| 20 | sleep 5 |
|---|
| 21 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.