source: tmcsimulator/trunk/bin/systemstart_dev_practice_session.sh @ 410

Revision 410, 404 bytes checked in by jdalbey, 7 years ago (diff)

rename startups scripts

  • Property svn:executable set to *
Line 
1#!/bin/sh
2# Start the Simulator System with the practice script
3cd ../webapps
4python -m CGIHTTPServer 8080 &
5sleep 1
6cd ..
7java -DPROP_FILE=cad_simulator_practice.properties -jar deploy/CADserver.jar &
8sleep 7
9java -jar deploy/SimManager.jar practice_script_2016.xml &
10# Manual step for now, until it's integrated into Sim Mgr
11cp scripts/practice_script_2016.xml webapps/dynamicdata/incident_script.xml
12
Note: See TracBrowser for help on using the repository browser.