Configuring Nexus with the Talend Cloud Zip file - Cloud

Talend Cloud Installation and Upgrade Guide

Version
Cloud
Language
English
EnrichDitaval
Windows
Product
Talend Cloud
Module
Talend Artifact Repository
Talend Data Stewardship
Talend Management Console
Talend Remote Engine
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Available in...

Cloud API Services Platform

Cloud Data Fabric

Cloud Data Management Platform

After the installation of Nexus, you can use the Talend Cloud Zip file to configure your instance.

About this task

Procedure

  1. Log in to Talend Cloud.
  2. Under your profile name, select Downloads.
  3. Scroll down to Continuous Integration for Cloud (CI).
  4. Select Archive Talend Artifact Repository and click Download.
  5. Unzip the Artifact-Repository-Nexus-VA.B.C-D.zip file in a dedicated folder. It contains one migration folder that contains the migration script and a .properties file.
  6. Open the migration-A.B.C/nexus.properties file and check the URL, port, and login connection information. If needed, update them and save your changes.
  7. Launch Nexus.
  8. Access the Sonatype Nexus Repository Web application URL as defined in the nexus.properties file and log in.
    After the first connection, it is strongly recommended to change the default credentials of the default administrator account.
  9. Browse to the migration-A.B.C folder and execute the following command: java -jar <nexus-init-A.B.C.jar>, where <nexus-init-A.B.C.jar> is the name of the .jar file that is in the migration-A.B.C folder.
    For example:
    • java -jar nexus-init-8.0.1.jar for the 8.0.1 version.
    • java -jar nexus-migration-7.3.1.jar for the 7.3.1 version.
  10. Refresh the Nexus website.

Results

In the Users tab, you can see the talend-custom-libs-admin user (password: talend-custom-libs-admin): this user is used in the Talend Management Console Configuration > User Libraries group. Talend Studio gets the configuration information from Talend Administration Center to upload and download third-party libraries.
In the Roles tab, you can see the following roles:
  • talend-custom-libs-admin
  • talend-custom-libs-snapshot-read-only
  • talend-custom-libs-release-read-only
In the Repositories tab, you can see the following repositories:
  • talend-custom-libs-release
  • talend-custom-libs-snapshot

What to do next

Go to the Configuration page of Talend Management Console and add the configuration settings for the created repositories.