Installing Talend Repository Manager from the RPM repository
Install Talend Repository Manager with its
default configuration using RPM.
Before you begin
- Import the PGP key to validate the signature of the installation files. See Importing the PGP key.
- Talend Repository Manager requires Java 8. You can use either Oracle Java or OpenJDK.
- Make sure that the JAVA_HOME variable is correctly set to the Java home
directory. For example: /usr/java/jdk1.8.0_181-amd64.Information noteTip: You can set it in the /root/.bashrc file by adding the following line to it: export JAVA_HOME=$(dirname $(dirname $(readlink -e /usr/bin/java))).
- Make sure that Tomcat is already installed. You can either Installing and configuring Tomcat with RPM or use your own installation of Tomcat. In the latter case, make sure that the Tomcat path is correctly set in your environment variables, as explained in Talend Repository Manager RPM configuration parameters.
- Talend Repository Manager requires a MySQL, Oracle, or Microsoft SQL server database.
About this task
The Talend Repository Manager RPM supports two installation modes. If talend-tac is already installed, it installs Talend Repository Manager into Talend Administration Center. If not, Talend Repository Manager is installed in stand-alone mode. A service is created only if the installation is done in stand-alone mode.
The default installation also installs the following dependencies:
- which
In case of custom installation, these dependencies must be installed beforehand.