Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save emilorol/36952207530e97725465b4647704f7ce to your computer and use it in GitHub Desktop.
Save emilorol/36952207530e97725465b4647704f7ce 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