Skip to content

Instantly share code, notes, and snippets.

@obedmhg
Last active April 24, 2019 19:32
Show Gist options
  • Save obedmhg/be7675fb3201727f3089b331125b2571 to your computer and use it in GitHub Desktop.
Save obedmhg/be7675fb3201727f3089b331125b2571 to your computer and use it in GitHub Desktop.
Installing MDEX
#Create mdex_response.properties for silent instalation
vi mdex_response.properties
USER_INSTALL_DIR=/home/<user>
./OCmdex6.5.2-Linux64_962107.bin -i silent -f mdex_response.properties
#This will install Mdex at This will install everything at /home/<user>/endeca/MDEX
#After silent install is done, source mdex_setup_sh.ini, to set up Endeca env Variables.
cd /home/<user>/endeca/MDEX/6.5.2
source mdex_setup_sh.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment