source: PSPA/pspa-launch.sh @ 72

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

ajout du script de config et lancement

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