| Revision 648,
643 bytes
checked in by jdalbey, 4 years ago
(diff) |
|
bin startup scripts updated to include loggging service.
|
-
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 Unified Logger Service |
|---|
| 17 | python deploy/unifiedlogger.zip & |
|---|
| 18 | sleep 5 |
|---|
| 19 | # Start a browser and run the web applications |
|---|
| 20 | firefox localhost:8080/einotebook localhost:8080/cptms localhost:8080/unifiedlogmonitor.html & |
|---|
| 21 | |
|---|
| 22 | sleep 10 |
|---|
| 23 | java -jar deploy/CADclient.jar & |
|---|
| 24 | sleep 5 |
|---|
| 25 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.