Changeset 74 in PSPA


Ignore:
Timestamp:
Nov 14, 2012, 2:31:50 PM (12 years ago)
Author:
garnier
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pspa-launch.sh

    r72 r74  
     1PSPA=`pwd`
     2
    13# make parmela
    2 cd parmelaPSPA/trunk/
     4cd $PSPA/parmelaPSPA/trunk/
     5echo $PWD
    36make parmela
    47
    58# make PSPA
    6 cd Interface_Web/trunk/pspaWt/cmt
     9cd $PSPA/Interface_Web/trunk/pspaWt/cmt
    710export CMTROOT=/usr/local/CMT/current/
    811export CMTPATH=../../
     
    1215
    1316# Launch PSPA
    14 cd Interface_Web/trunk/pspaWT/
     17cd $PSPA/Interface_Web/trunk/pspaWT/
    1518ps -A | grep pspaWt.exe | grep -v grep | awk '{print $1}' | xargs kill
    1619cd workingArea
    17 ln -sf ../../../parmelaPSPA/trunk/parmela parmela
     20ln -sf ../../../../parmelaPSPA/trunk/parmela parmela
    1821cd ..
    1922./Darwin/pspaWt.exe --docroot . --http-address 0.0.0.0 --http-port 8090 &
     23
     24cd $PSPA
Note: See TracChangeset for help on using the changeset viewer.