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 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 Desktop Application
You can deploy the Wrangler Enterprise desktop application as a desktop client to enable end-users to connect to the Designer Cloud application without using the Google Chrome browser. See Install Desktop Application.
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.