Installing Talend Dictionary Service - Cloud

Talend Cloud Hybrid Installation Guide

Version
Cloud
Language
English
EnrichDitaval
Linux
Product
Talend Cloud
Module
Talend Data Preparation
Talend Data Stewardship
Talend Management Console
Content
Installation and Upgrade

Procedure

  1. Add mongo to the PATH environment variable.
  2. Create the dqdict database in MongoDB using the following command: use dqdict.
  3. Create the following user for the dqdict database in MongoDB:
    • Username: dqdict-user

    • Password: duser

    To do this, you can use the following command:
    db.createUser( { user: "dqdict-user", pwd: "duser", roles: [{ role: "readWrite", db: "dqdict"}]})
  4. Stop your Apache Tomcat instance if it was automatically started.
  5. Unzip the Talend-Hybrid-link-A.B.C.zip to a dq_dict folder.
  6. Remove the contents of the <Tomcat>/webapps folder.
  7. Create a <Tomcat>/app folder and copy the hybrid-link.war file from dq_dict.
  8. Copy the file contained in dq_dict/context to <Tomcat>/conf/Catalina/localhost.
  9. Copy the configuration file contained in dq_dict/config to <Tomcat>/conf.