Blame view

update_amda/updateEnv.sh 1.52 KB
4c77b9b1   Elena.Budnik   final update
1
2
3
#!/bin/bash

 export AMDA_SPASE_INTERFACE=/home/budnik/AMDA_SPASE_INTERFACE/
ea60a0bc   Elena.Budnik   trailing slash fo...
4
5
6
7
 if [[ ${AMDA_SPASE_INTERFACE: -1} != "/" ]]; then
	export AMDA_SPASE_INTERFACE=$AMDA_SPASE_INTERFACE/
 fi
 
4c77b9b1   Elena.Budnik   final update
8
9
 # info dirs will be written here
 export NEWMETA=/home/budnik/NEWMETA/
1bdd9f9a   Elena.Budnik   traling slash for...
10
 if [[ ${NEWMETA: -1} != "/" ]]; then
ea60a0bc   Elena.Budnik   trailing slash fo...
11
	export NEWMETA=$NEWMETA/
1bdd9f9a   Elena.Budnik   traling slash for...
12
13
 fi
 
4c77b9b1   Elena.Budnik   final update
14
15
 # AMDA internal parameter XMLs  
 export AMDAINTERNALDIR=/home/budnik/AMDA_INTERNAL_METADATA/
ea60a0bc   Elena.Budnik   trailing slash fo...
16
17
18
19
 if [[ ${AMDAINTERNALDIR: -1} != "/" ]]; then
	export AMDAINTERNALDIR=$AMDAINTERNALDIR/
 fi
 
4c77b9b1   Elena.Budnik   final update
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
 # AMDA Installation
 export AMDAINSTALLATION=/home/budnik/AMDA
 # DD Installation
 export DDROOT=/opt/local
 # GCC Installation
 export GCCROOT=/opt/tools/gcc/4.7.2/rtf
 #AMDA_Kernel build type to use for paraminfo generation
 export BUILD_TYPE=Debug
 
 export AMDA_IHM=$AMDAINSTALLATION/AMDA_IHM
 export LD_LIBRARY_PATH=$GCCROOT/lib64:$GCCROOT/lib:$DDROOT/lib
 export PATH=./:$GCCROOT/bin:$DDROOT/bin:$AMDA_IHM/update_amda:$AMDA_SPASE_INTERFACE:$AMDA_IHM/php:$PATH
 
 # DD Server WebServices (to update Start-Stop)
 export DD_WSDL="http://amda-dev.irap.omp.eu/BASE/DDService/dd.wsdl"

 #SPASE Registry definitions
 export SPASE_REPO="http://apus.irap.omp.eu:8080/amda-registry/resolver"
 #Remote SPASE Registry to get Person' Info
 export SPASE_REMOTE="http://www.spase-group.org/smwg/resolver"
 # for SPASE Registy MAJ
 export SPASE_HOST=apus.irap.omp.eu
 export SPASE_ROOT="/usr/share/tomcat/webapps/amda-registry/metadata"  
 
d5b038a0   Benjamin Renard   Proxy definition
44
45
46
47
48
 #Proxy definition
 #export PROXY_HOST=
 #export PROXY_PORT=
 #export PROXY_NAME=
 #export PROXY_PWD=