Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 5 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 //denodo-dev-01.it.tufts.edu:9999/

Connecting with SSL

Until we have a CA-signed certificate for Denodo, follow this guide to download and place the file needed to connect.

Connecting to Denodo via SSL with a self-signed certificate

  • No labels