Skip to content

Latest commit

 

History

History
83 lines (53 loc) · 2.01 KB

install-senzing-app.md

File metadata and controls

83 lines (53 loc) · 2.01 KB

How to install Senzing App

Overview

The Senzing App is a desktop application for loading and viewing entity resolution.

Contents

  1. Install
    1. CentOS
    2. Ubuntu
    3. macOS
    4. Windows
  2. Test
  3. Troubleshooting
  4. References

Install

CentOS

Senzing App does not run on CentOS.

Ubuntu

Senzing App does not run on Ubuntu.

macOS

Download the Senzing App for macOS

macOS download via web browser
  1. Visit senzing.com.
  2. Click on Our Technology > Senzing App.
  3. Click on the "Free Download" button.
  4. Choose your platform:
    1. macOS
macOS download via curl command
  1. Download Senzing_macOS.dmg. Example:

    curl -X GET --output %HOMEPATH%\Downloads\Senzing_macOS.dmg https://s3.amazonaws.com/public-read-access/SenzingComDownloads/Senzing_macOS.dmg

Run macOS installer

Windows

Download the Senzing App for Windows

Windows download via web browser
  1. Visit senzing.com.
  2. Click on Our Technology > Senzing App.
  3. Click on the "Free Download" button.
  4. Choose your platform:
    1. Windows
Windows download via curl command
  1. Download Senzing.msi. Example:

    curl -X GET --output %HOMEPATH%\Downloads\Senzing.msi https://s3.amazonaws.com/public-read-access/SenzingComDownloads/Senzing.msi

Run Windows installer

  1. Run installer. Example:

    cd %HOMEPATH%\Downloads
    Senzing.msi

Test

Troubleshooting

References