Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

Install and Update Denodo VDP/ Admin tool to run it locally on a Mac

\uD83D\uDCD8 Install Instructions

Generally trying to follow this how-to: https://community.denodo.com/docs/html/browse/8.0/en/platform/installation/preinstallation_tasks/download_the_installer/download_the_installer

  1. Download Install package from box.

    1. See : https://tufts.app.box.com/folder/178830504434

    2. We want the VDP Client for this application

  2. Move download and Unzip into a Denodo Home directory.

    1. I will be using Applications/Denodo

  3. Give permissions to run the script

    1. chmod +x install.sh (or installer_cli.sh)

Notice: You need Java 11 for this installation

  1. Common Problem # 1 Java Home must be set and exported.

    1. export JAVA_HOME=/usr/local/opt/openjdk@11/libexec/openjdk.jdk/Contents/Home

    2. add to bottom of .bashrc and source it (your link may vary)

  2. Install, including home directory

    1. ./install.sh ~/Applications/Denodo/

    2. Updates should be automatically installed when using the graphical interface on an internet connected device

Verify VDP Tool is Working

  1. cd Applications/Denodo/bin

  2. Connect to tufts VPN

  3. ./vdpadmin.sh

  4. Log into //denodadatapp-dev-01@it.tufts.edu:9999/admin

Connecting with SSL

This below solution is temporary until we can acquire and install a CA signed certificate for Denodo

Now that SSL is enabled on Solution Manager and the VDP, clients have to be configured to connect with SSL.

To connect to the VDP with the local VDP Admin Client, download the below cacerts file and copy use it to replace the cacerts file.

  • No labels