Install Talend Component
Server with its default configuration using RPM.
Procedure
-
Create a file called
talend.repo
in the
/etc/yum.repos.d directory, containing the following
configuration:
[talend-7.1.1]
name=Talend 7.1.1
baseurl='https://<user>:<password>@www.opensourceetl.net/rpms/talend/7.1.1/base/x86_64/'
enabled=1
gpgcheck=1
gpgkey=http://www.opensourceetl.net/rpms/GPG-KEY-talend
Credentials (user and password) are provided in the license email sent by
Talend.
Your repository is now ready for use.
-
Install Talend
Component Server.
- To install the package with its default configuration, use the following
command:
sudo yum install talend-tcomp
This
command does not require any additional parameter. It installs the
package and its dependencies with their default configuration in the
default /opt/talend directory.
- If the default parameters do not match your requirements install the
package with custom parameters using the RPM command.
For example, the
following command installs the module in a specific
directory:
rpm -i --prefix=/opt/folderpath talend-tcomp-7.1.1-1-x86_64.rpm
The
list of configuration parameters is detailed in Talend Component Server RPM configuration parameters.
Note: When installing the package with custom parameters, the
dependencies are not installed. You need to install them
beforehand.
The package is now installed. You can start the service and use
it.