The software is distributed as a self-extracting bin file and install script. It can be installed to any location.
Note
The MDEX Engine unpacks to approximately 450 MB. Because multiple versions may eventually be stored, a destination in a large disk partition is recommended.
To install the MDEX Engine:
Download the MDEX Engine package from the Oracle Software Delivery Cloud.
Extract the MDEX Engine package to a local directory. This procedure assumes the location is
/downloads
.The name of the extracted installation file is
OCmdex
.<version>
-<OS>
_<buildnumber>
.binDetermine where you will install the MDEX Engine. Verify that the target directory where you plan to install has enough available disk space and has write permissions (is not read-only). For example, in this procedure we assume that the target directory is
/usr/local
and that you have write permissions for it. If you do not set these permissions, the install script will not run.From the
/downloads
directory, start the installation with the following command:./OCmdex6.5.2-
<OS>
_<buildnumber>
.binNote
The installation must be run within a bash or sh UNIX shell.
In the Choose Install Folder screen, enter
/usr/local
as the installation location.In the Pre-Installation Summary screen, review the settings you have selected and press Enter to continue.
In the Ready to Install screen, press Enter to start the installation.
The Installation Complete message displays at the completion of the installation.
At the completion of the installation, the installer prompts you to
run the
mdex_setup
script that sets the
ENDECA_MDEX_ROOT
environment variable.
Depending on your shell, run the following script:
For Bourne, Bash or Korn:
source endeca/MDEX/6.5.2/mdex_setup_sh.ini
or:
For csh or tcsh:
source endeca/MDEX/6.5.2/mdex_setup_csh.ini
The
mdex_setup
script sets up the environment variable
ENDECA_MDEX_ROOT
that the MDEX Engine uses and that
points to the location
MDEX/
The
script also adds the
<version>.
utilities
directory and the MDEX Engine binaries to
the search path. The script is optional and is provided as a convenience,
although the variable is required and must be set.
Press Enter to exit the installation.