Installing silently on Linux

The silent installer is useful if you want to add the installation of the Oracle Endeca Server to your own install script, or push out the installation on multiple machines.

The silent installer is not interactive.

To install silently on Linux:

  1. From a command prompt, navigate to the directory where you downloaded the installer.
  2. Issue a command (on a single line) similar to this example:
    ./ES_7.4.sh --silent --target /localdisk
    Note that --target must be the last parameter specified.
    The installation is finished when you see this confirmation message:
    Installation complete!
  3. After installation is complete, enable secure mode (SSL) on Oracle Endeca Server by following the procedure in the Oracle Endeca Server Administrator's Guide.

To start up the Oracle Endeca Server, run the start.sh script in the endeca-server directory.