Installation modes of Talend Installer and Talend Studio Installer
This section provides information about the different installation modes that Talend Installer and Talend Studio Installer can run in.
Note that the log files generated during the installation can be found in /tmp/.
Note also that, once Talend Installer has completed the installation of the products, a directory (called Talend by default) is created with sub-folders for each Talend product.
The following installation modes are available:
- Graphical mode: allows full interactivity through a graphical user interface.
- Text mode: provides full interactivity with users in the
command line. It is equivalent to any GUI mode but the pages are displayed in text
mode in a console.
Example of text mode where the user enters the --mode text option from the command line:
<TalendInstallerDirectory> ./<TalendInstallerFileName-linux64-installer.run> --mode text
Information noteNote: This installation mode is only available on Unix platforms. It is automatically used if no graphical mode is available but it also can be forced using the --mode text command. - Unattended mode: is especially useful for automating the
installation processes. This silent mode will perform an unattended installation
that will not prompt the user for any information.
For more information about the available options of the unattended mode, see Talend Installer and Talend Studio Installer unattended mode available options.