ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/DBS/Servers/AppServer/setup.sh
Revision: 1.6
Committed: Tue Dec 13 23:13:38 2005 UTC (19 years, 4 months ago) by sekhri
Content type: application/x-sh
Branch: MAIN
CVS Tags: AfterJan2006SchemaChanges_v01_00_01, AfterJan2006SchemaChanges_v01_00_00, AfterJan2006SchemaChanges, BeforeJan2006SchemaChanges, before_message_removal, preXOverChanges
Branch point for: BranchForCPPWebServiceTesting
Changes since 1.5: +4 -0 lines
Log Message:
Added insertEventCollection and insertFiles API to work with Sinsisa high level api

File Contents

# User Rev Content
1 afaq 1.3 export ODBCHOME=/home/sekhri/apps/unixodbc/
2     #export ODBCHOME=/home/anzar/devDBS/driver/unixodbc/
3     export LOG4CXX=/home/sekhri/apps/log4cxx
4     #export LOG4CXX=/home/anzar/SoftRepo/log4cxx-0.9.7/log4cxx/
5 afaq 1.1 export DBSHOME=$PWD
6 afaq 1.3 export ORACLE_HOME=/home/sekhri/apps/oracle/oracle-10.2.0.1
7     export ORACLE_ODBC_HOME=/home/sekhri/apps/oracle/oracle_odbc_driver
8     export LD_LIBRARY_PATH=$ODBCHOME/lib:$LOG4CXX/lib:$ORACLE_HOME/lib:$ORACLE_ODBC_HOME/lib:$LD_LIBRARY_PATH
9     export PATH=/home/sekhri/apps/swig/bin:$PATH
10     export SWIG_HOME=/home/sekhri/apps/swig/
11 afaq 1.1 export LD_LIBRARY_PATH=$ODBCHOME/lib:$LOG4CXX/lib:$ORACLE_HOME/lib:$ORACLE_ODBC_HOME/lib:$LD_LIBRARY_PATH
12     export PYTHONINCLUDE=/usr/include/python2.3/
13 afaq 1.3 export DBSCONFIG=$DBSHOME/etc/server.conf
14     export PATH=$SWIG_HOME/bin:$PATH
15 sekhri 1.5 export PYTHONPATH=$DBSHOME/interface/Python:$DBSHOME/../prototypes/proto_0/python:$PYTHONPATH
16 sekhri 1.6 cd $DBSHOME/../prototypes/proto_0/python
17     source setups.sh
18     cd -
19    
20 afaq 1.1