Install Denodo Client on Mac
Install and Update Denodo VDP/ Admin tool to run it locally on a Mac
Install Instructions
Generally trying to follow this how-to: Download the Installer — Denodo Platform Installation Guide 8.0
Download Install package from box.
See :
link to VDP Client Folder https://tufts.box.com/s/weckhzaonwvx90b0kjp35w49aqjks8hm
We want the VDP Client for this application
Move download and Unzip into a Denodo Home directory.
I will be using Applications/Denodo
Give permissions to run the script
chmod +x install.sh (or installer_cli.sh)
Notice: You need Java 11 for this installation
Common Problem # 1 Java is not at version 11.
Java --version
brew install openjdk@11
Java --version
Common Problem # 2 Java Home must be set and exported.
export JAVA_HOME=/usr/local/opt/openjdk@11/libexec/openjdk.jdk/Contents/Home
add to bottom of .bashrc and source it (your link may vary)
4. Install, including home directory
a. ./install.sh ~/Applications/Denodo/
i. ./installer_cli install
b. Updates should be automatically installed when using the graphical interface on an internet connected device
5. Move the cacerts file from: https://tufts.box.com/s/93ouw91qd4y6f0ugnuy3wmrthvurk8g8 to JAVA_HOME/lib/security/
a. for my example, the path would be /usr/local/opt/openjdk@11/libexec/openjdk.jdk/Contents/Home/lib/security
AVA_HOME/lib/securityJAVA_HOME/lib/security
Verify VDP Tool is Working
cd Applications/Denodo/bin
Connect to tufts VPN
./vdpadmin.sh
Log into the virtual dataport server at //denodo-dev-01.it.tufts.edu:9999/admin using your UTLN
Example Login Screen