Skip to content

Instantly share code, notes, and snippets.

@obedmhg
Created December 27, 2016 14:10
Show Gist options
  • Save obedmhg/23caca4ae03a4d456b1c26a9ffeca57f to your computer and use it in GitHub Desktop.
Save obedmhg/23caca4ae03a4d456b1c26a9ffeca57f to your computer and use it in GitHub Desktop.
install PlatformServices
#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