source: PSPA/pspa-launch.sh

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

fix

File size: 545 bytes
RevLine 
[74]1PSPA=`pwd`
2
[72]3# make parmela
[74]4cd $PSPA/parmelaPSPA/trunk/
5echo $PWD
[72]6make parmela
7
8# make PSPA
[74]9cd $PSPA/Interface_Web/trunk/pspaWt/cmt
[72]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
[74]17cd $PSPA/Interface_Web/trunk/pspaWT/
[72]18ps -A | grep pspaWt.exe | grep -v grep | awk '{print $1}' | xargs kill
19cd workingArea
[74]20ln -sf ../../../../parmelaPSPA/trunk/parmela parmela
[72]21cd ..
[74]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.