Install Overview
Start here to begin the process of installing Designer Cloud Powered by Trifacta Enterprise Edition.
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.
Document | Starting Online Link | Description |
---|---|---|
Planning Guide PDF | Requirements and pre-install preparation for the Trifacta 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 PDF | Install or upgrade the Alteryx databases for one of the supported database versions. | |
Install Guide PDF | 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 PDF | 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 PDF | 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 PDF | After installation and configuration is complete, this Guide can be helpful for references on how to use the product. |
Basic Install Task
Prepare the environment for your installation scenario.
Install the software.
Install the databases.
Start the platform and login.
Configure your installation.
Verify operations.
The install task is described in detailed in the page for your installation scenario.
Installation Scenarios
The following installation scenarios are supported for Designer Cloud Powered by Trifacta Enterprise Edition unless otherwise noted:
Install On-Premises
Installation ofDesigner Cloud Powered by Trifacta Enterprise Editionwithin your enterprise's infrastructure. See Install On-Premises.
Install for AWS
Installation of Designer Cloud Powered by Trifacta 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 Powered by Trifacta Enterprise Edition on Microsoft Azure in an environment that you manage. For more information, see Install for Azure.
Install Errata
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,