USER MANUALS


Using the Command Line Installer

The command-line wizard is equivalent to the graphical one but it runs on the command line and does not require support for a graphical interface.

The steps are the same as in the graphical installer. For example:

  • There are two installation modes:

    1. “express” (also known as “Default installation”): recommended for most users. You can select the modules you want to install and they will be installed with their default configuration values.

    2. “custom”: recommended for advanced users. You will be able to set the values of several configuration parameters such as the ports where the Solution Manager servers will listen for incoming connections.

  • Select which modules you want to install.

Important

We recommend installing all the modules of the Solution Manager even if right now, you do not plan on using all of them. That is because the installer cannot add modules to an existing installation. If in the future, you want to use a module that is not installed, you would have to install and configure the Solution Manager again.


To start the command line installer, do the following:

  1. Decompress the Solution Manager installer. The section Download an Installer explains which one you should download.

  2. Execute the following:

    1. On Windows, open a command line as an administrator and execute this:

      cd denodo-install-solutionmanager-9
      installer_cli.bat install
      
    2. On Linux:

      unset DISPLAY
      cd denodo-install-solutionmanager-9
      chmod +x installer_cli.sh
      ./installer_cli.sh install
      

      The command UNSET DISPLAY removes the DISPLAY variable from the environment. This is necessary because the command-line installer will not start if the variable DISPLAY is set and the host does not have graphical support.

  3. Follow the steps. The meaning of each parameter is explained in the section that describes how to use the graphical installer (section Using the Graphical Installation Wizard)

    There are options where at the end you will see something like “(default: 19097)”. This means that if you press Enter, that will be the selected value.

    Important

    The installation path must not contain spaces (e.g. C:\Denodo\Denodo Solution Manager 9 is invalid). If it contains spaces, some features may fail.

    The Denodo Platform writes data in the directory where is installed so the user that launches the Denodo servers needs to be able to write files there.

Add feedback