| Revision 389,
402 bytes
checked in by jdalbey, 7 years ago
(diff) |
|
Add new shell scripts: system testing startup and local web server
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | # Start the Simulator System with the system test script |
|---|
| 3 | cd ../webapps |
|---|
| 4 | python -m CGIHTTPServer 8080 & |
|---|
| 5 | sleep 1 |
|---|
| 6 | cd .. |
|---|
| 7 | java -DPROP_FILE=cad_simulator_systest.properties -jar deploy/CADserver.jar & |
|---|
| 8 | sleep 7 |
|---|
| 9 | java -jar deploy/SimManager.jar system_test_script.xml & |
|---|
| 10 | # Manual step for now, until it's integrated into Sim Mgr |
|---|
| 11 | cp scripts/system_test_script.xml webapps/dynamicdata/incident_script.xml |
|---|
| 12 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.