Page tree

Release 6.8.2


Contents:

   

Contents:


Required Documents

If you do not have access to online documentation, please verify that you have the following PDF documents, which are part of or are referenced during the installation process.

Tip: You should be able to install and configure the Designer Cloud Powered by Trifacta platform using only the Install Guide. However, if you have additional requirements or require further explanation than what is provided in the Install Guide, these documents are important references.


NOTE: For AWS Marketplace or Azure Marketplace installs, the content available through the Marketplace should contain all documentation required to complete the installation.

DocumentStarting Online LinkDescription
Planning Guide PDFInstall Planning

Requirements and pre-install preparation for the Alteryx node in your install environment

Tip: If you have not done so already. please review this Guide and verify requirements against your environment. In particular, please verify the Product Support Matrix and System Requirements sections.

Databases Guide PDFInstall Databases

Install or upgrade the Alteryx databases for one of the supported database versions.

Install Guide PDFInstall Overview

Instructions for installing the software and configuring it for basic operations

NOTE: There are separate Install Guides for each supported infrastructure. Please verify that you are using the appropriate one.

Configuration Guide PDFConfigure

Configure integrations with running environments, backend storage, and other data sources, as well as instructions for configuring the Designer Cloud Powered by Trifacta platform

Admin Guide PDFAdmin

For the installation process, this Guide contains useful topics on backup and recovery and verifying operations of the Designer Cloud Powered by Trifacta platform.

User Guide PDFWorkflow BasicsAfter installation and configuration is complete, this Guide can be helpful for references on how to use the product.

Basic Install Workflow

  1. Prepare the environment for your installation scenario.
  2. Install the software. 
  3. Install the databases.
  4. Start the platform and login.
  5. Configure your installation. 
  6. Verify operations.

The install workflow is described in detailed in the page for your installation scenario.

Installation Scenarios

The following installation scenarios are supported for Designer Cloud Enterprise Edition unless otherwise noted:

Install On-Premises

Installation of Designer Cloud Enterprise Edition within your enterprise's infrastructure. See Install On-Premises.

Install for AWS

Installation of Designer Cloud Enterprise Edition on Amazon Web Services in an environment that you manage. For more information, see Install for AWS.

Install for Azure

Installation of Designer Cloud Enterprise Edition on Microsoft Azure in an environment that you manage. For more information, see Install for Azure.

Install for Docker

You can install Designer Cloud Enterprise Edition using a Docker image that you download, or if your environment requires special configuration, you can build your own Docker image. See Install for Docker.

Install Errata

Desktop Application Installation

Optionally, end users who do not have access to a supported browser version can install the browser-free Wrangler Enterprise desktop application, which enables access to the product through the Designer Cloud application.

This installation can be completed at any time and via remote methods. See Install Desktop Application.

Notation

In this guide, JSON settings may be provided in dot notation in either of the following forms.

For example, webapp.selfRegistration refers to a JSON block selfRegistration under webapp:

Form 1:

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

Form 2:

"webapp.selfRegistration": true,

This page has no comments.