Fixed Linux installation scripts.

Thank's to Felix!
This commit is contained in:
trifonnt 2009-09-25 09:20:17 +00:00
parent de08ea18d9
commit d75403fadd
3 changed files with 5 additions and 7 deletions

View File

@ -41,9 +41,9 @@ find . -name '*.sh' -exec chmod a+x '{}' \;
# Sign database build
cd utils
. RUN_SignDatabaseBuild.sh
. ./RUN_SignDatabaseBuild.sh
. RUN_UnixEnv.sh
. ./RUN_UnixEnv.sh
#echo ================================
#echo Test local Connection

View File

@ -33,9 +33,9 @@ find . -name '*.sh' -exec chmod a+x '{}' \;
# Sign database build
cd utils
. RUN_SignDatabaseBuild.sh
. ./RUN_SignDatabaseBuild.sh
. RUN_UnixEnv.sh
. ./RUN_UnixEnv.sh
echo .
echo For problems, check log file in base directory

View File

@ -7,14 +7,12 @@ echo ===================================
echo Setup Client Environment
echo ===================================
echo Please add ADEMPIERE_HOME and JAVA_HOME to your environment
JAVA_HOME=@JAVA_HOME@
export JAVA_HOME
ADEMPIERE_HOME=@ADEMPIERE_HOME@
export ADEMPIERE_HOME
echo You chould also have set LD_LIBRARY_PATH
echo "\$JAVA_HOME is set to $JAVA_HOME and \$ADEMPIERE_HOME is set to $ADEMPIERE_HOME"
# ORACLE_HOME=/var/oracle/OraHome92
# export ORACLE_HOME