Basic Install Workflow

  1. Review the pre-installation checklist and other system requirements. See Install Preparation.
  2. Review the requirements for your specific installation scenario in the following sections.
  3. Install the software. See Install Software.
  4. Install the databases. See Install Databases.
  5. Configure your installation. 
  6. Verify operations.

Installation Scenarios

The following installation scenarios are supported:

ScenarioProductDescription
Install On-Premises

Installation of within your enterprise's infrastructure.

Install for AWS

Installation of on Amazon Web Services in an environment that you manage.

Install for Azure

Installation of on Microsoft Azure in an environment that you manage.

Install from AWS Marketplace

Installation of through the AWS Marketplace using a pre-configured AMI.

NOTE: For the latest supported installation materials, please see the Marketplace listing.

Install from AWS with EMR

 

Installation of through the AWS Marketplace with integration with a new or pre-existing EMR cluster.

NOTE: For the latest supported installation materials, please see the Marketplace listing.

Install from Azure Marketplace

 

Installation of through the Azure Marketplace.

NOTE: For the latest supported installation materials, please see the Marketplace listing.

Install for Wrangler Enterprise Application

You can deploy the Wrangler Enterprise Application as a desktop client to enable end-users to connect to the without using the Google Chrome browser.

Notation

In this guide, JSON settings are provided in dot notation. For example, webapp.selfRegistration refers to a JSON block selfRegistration under webapp:

{
...
  "webapp": {
    "selfRegistration": true,
    ...
  }
...
}