Skip to content

Instantly share code, notes, and snippets.

@emilorol
Forked from obedmhg/mdexInstall.sh
Created April 24, 2019 19:32
Show Gist options
  • Save emilorol/ef824d91596c716c36e33f59fa286fbe to your computer and use it in GitHub Desktop.
Save emilorol/ef824d91596c716c36e33f59fa286fbe 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