Last active
April 24, 2019 19:32
-
-
Save obedmhg/be7675fb3201727f3089b331125b2571 to your computer and use it in GitHub Desktop.
Installing MDEX
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 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