This procedure contains the steps to manually install Talend Data Stewardship on your machine.
Procedure
-
Download Apache Kafka from the Downloads page and install it. For more information on how to install it,
see Apache Kafka documentation.
-
Download a MongoDB instance from the Download center and install it. For more information on how to install it,
see MongoDB documentation.
If you want to secure connections with MongoDB using SSL, MongoDB Enterprise
Server has to be manually installed on your machine. For more information, see
Security in the MongoDB documentation.
-
Add
mongo
to the PATH
environment variable.
-
Create the
tds
database in MongoDB using the following command: use tds
.
-
Create the following user for the
tds
database
in MongoDB:
-
Username: tds-user
-
Password: duser
To do this, you can use the following
command:
db.createUser( { user: "tds-user", pwd: "duser", roles: [{ role: "readWrite", db: "tds"}]})
-
Download Apache Tomcat from the Downloads page and install it. For more information on how to install it,
see Apache Tomcat documentation.
For production environments, it is recommended to use a separate Tomcat instance
for Talend Data Stewardship.
-
Stop your Tomcat instance if it was automatically started.
-
Unzip the
Talend-DataStewardship-VA.B.C.zip
file or the
Talend-DataStewardship-VA.B.C-R20XX-XX.zip
to a TDS_files folder.
-
Remove the contents of the <Tomcat>/webapps/ folder.
-
Create a <Tomcat>/app folder and copy the
.war files from TDS_files.
-
Copy the files contained in TDS_files/context to
<Tomcat>/conf/Catalina/localhost.
-
Copy the configuration file contained in TDS_files/config
to <Tomcat>/conf.