The silent installer is useful if you want to add the installation of the MDEX Engine to your own install script, or push out the installation on multiple machines.
The silent installer is not interactive.
To install silently on UNIX:
From a shell window, navigate to the directory where you downloaded the installer.
Issue a command of the following form:
./OCmdex<release version>-<OS>_<buildnumber>.bin -i silent -f mdex_response.properties
where
mdex_response.properties
containsUSER_INSTALL_DIR=/home/<username>
, which specifies the directory into which the MDEX Engine is installed.Optionally, use a file created by the installer to set up the
ENDECA_MDEX_ROOT
variable.Run
source endeca/MDEX/
or<version>
/mdex_setup_sh.inisource endeca/MDEX/
depending on your shell.<version>
/mdex_setup_csh.iniThe files set up the environment variable
ENDECA_MDEX_ROOT
that the MDEX Engine uses and that points toMDEX/<version>
. The script also adds theutilities
directory and the MDEX Engine binaries to the search path. The script itself is optional and provided as a convenience, although it only sets the variables for the current user in the current context.