| Revision 648,
622 bytes
checked in by jdalbey, 4 years ago
(diff) |
|
bin startup scripts updated to include loggging service.
|
-
Property svn:executable set to
*
|
| Rev | Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | # Start the Simulator System with the practice script |
|---|
| 3 | cd ../webapps |
|---|
| 4 | python -m CGIHTTPServer 8080 & |
|---|
| 5 | sleep 1 |
|---|
| 6 | cd .. |
|---|
| 7 | java -DPROP_FILE=cad_simulator_practice.properties -jar deploy/CADserver.jar & |
|---|
| 8 | sleep 7 |
|---|
| 9 | java -jar deploy/SimManager.jar practice_script_2016.xml & |
|---|
| 10 | # Manual step for now, until it's integrated into Sim Mgr |
|---|
| 11 | #cp scripts/practice_script_2016.xml webapps/dynamicdata/incident_script.xml |
|---|
| 12 | |
|---|
| 13 | # Start Unified Logger Service |
|---|
| 14 | python deploy/unifiedlogger.zip & |
|---|
| 15 | sleep 5 |
|---|
| 16 | # Start a browser and run the web applications |
|---|
| 17 | firefox localhost:8080/einotebook localhost:8080/cptms localhost:8080/unifiedlogmonitor.html & |
|---|
| 18 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.