Created
December 27, 2016 14:10
-
-
Save obedmhg/23caca4ae03a4d456b1c26a9ffeca57f to your computer and use it in GitHub Desktop.
install PlatformServices
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Create the sile response file | |
vi ps_response.properties | |
INSTALLDIR=/home/<user>/endeca/PlatformServices | |
ETOOLS_HTTP_PORT=8888 | |
ETOOLS_SERVER_PORT=8090 | |
EAC_MDEX_ROOT=/home/<user>/endeca/MDEX/6.5.2 | |
#run the installer | |
./OCplatformservices11.2.0-Linux64.bin -i silent -f ps_response.properties | |
#This will install everything at /home/<user>/endeca/PlatformServices | |
#soruce installer_sh.ini in order to load endeca en Variables. | |
cd /home/<user>/endeca/PlatformServices/workspace/setup | |
source installer_sh.ini |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment