Basic Install Workflow
- Review the pre-installation checklist and other system requirements. See Install Preparation.
- Review the requirements for your specific installation scenario in the following sections.
- Install the software. See Install Software.
- Install the databases. See Install Databases.
- Configure your installation.
- Verify operations.
Installation Scenarios
The following installation scenarios are supported:
Scenario | Product | Description |
---|
Install On-Premises | Designer Cloud Enterprise Edition | Installation of Designer Cloud Enterprise Edition within your enterprise's infrastructure. |
Install for AWS | Designer Cloud Enterprise Edition | Installation of Designer Cloud Enterprise Edition on Amazon Web Services in an environment that you manage. |
Install for Azure | Designer Cloud Enterprise Edition | Installation of Designer Cloud Enterprise Edition on Microsoft Azure in an environment that you manage. |
Install from AWS Marketplace | Designer Cloud Wrangler Pro | Installation of Designer Cloud Wrangler Pro through the AWS Marketplace using a pre-configured AMI. |
Install from AWS with EMR | Designer Cloud Enterprise Edition | Installation of Designer Cloud Enterprise Edition through the AWS Marketplace with integration with a new or pre-existing EMR cluster. |
Install from Azure Marketplace | Designer Cloud Enterprise Edition | Installation of Designer Cloud Enterprise Edition through the Azure Marketplace. |
Install for Wrangler Enterprise Application | Designer Cloud Enterprise Edition | You can deploy the Wrangler Enterprise Application as a desktop client to enable end-users to connect to the Designer Cloud application 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,
...
}
...
}
This page has no comments.