ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/DBS/Servers/AppServer/setup.sh
Revision: 1.1.1.1 (vendor branch)
Committed: Mon Oct 31 22:10:33 2005 UTC (19 years, 6 months ago) by afaq
Content type: application/x-sh
Branch: v00
CVS Tags: start
Changes since 1.1: +0 -0 lines
Log Message:
Adding Server code to the repository

File Contents

# User Rev Content
1 afaq 1.1 #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     export DBSHOME=$PWD
6     export ORACLE_HOME=/home/anzar/DBS-ORACLE/oracle-10.2.0.1/
7     export ORACLE_ODBC_HOME=/home/anzar/devDBS/oracle_odbc_driver-0.5.5
8     export LD_LIBRARY_PATH=$ODBCHOME/lib:$LOG4CXX/lib:$ORACLE_HOME/lib:$ORACLE_ODBC_HOME/lib:$LD_LIBRARY_PATH
9     export PYTHONINCLUDE=/usr/include/python2.3/
10     export PATH=/home/sekhri/swig/bin:$PATH
11     export PYTHONPATH=$DBSHOME/interface/Python:/home/anzar/devDBS/DMS/DBS/prototypes/proto_0/python:$PYTHONPATH
12     echo "ADD To PYTHON PATH DMS/DBS/prototypes/proto_0/python"
13     DBSCONFIG=$DBSHOME/etc/server.conf
14