source: PSPA/pspa-launch.sh

Last change on this file was 74, checked in by garnier, 12 years ago

fix

File size: 545 bytes
Line 
1PSPA=`pwd`
2
3# make parmela
4cd $PSPA/parmelaPSPA/trunk/
5echo $PWD
6make parmela
7
8# make PSPA
9cd $PSPA/Interface_Web/trunk/pspaWt/cmt
10export CMTROOT=/usr/local/CMT/current/
11export CMTPATH=../../
12/usr/local/CMT/current/Darwin-x86_64/cmt config
13source setup.sh
14make -j6
15
16# Launch PSPA
17cd $PSPA/Interface_Web/trunk/pspaWT/
18ps -A | grep pspaWt.exe | grep -v grep | awk '{print $1}' | xargs kill
19cd workingArea
20ln -sf ../../../../parmelaPSPA/trunk/parmela parmela
21cd ..
22./Darwin/pspaWt.exe --docroot . --http-address 0.0.0.0 --http-port 8090 &
23
24cd $PSPA
Note: See TracBrowser for help on using the repository browser.