Skip to content

Commit 393c983

Browse files
author
Donna-Marie Smith
committed
Reverted Innovation removal for Innovation Only
1 parent d282d7f commit 393c983

File tree

20 files changed

+39
-39
lines changed

20 files changed

+39
-39
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: "Install CORTEX Only"
3-
linkTitle: "Install CORTEX Only"
2+
title: "Install Innovation Only"
3+
linkTitle: "Install Innovation Only"
44
description: "Information about installing a {{% ctx %}} platform."
55
weight: 10
66
---
77

88
{{% pageinfo %}}
9-
{{% ctx %}} can be deployed on-premise across [multiple servers](multiple-server-with-ha) to provide improved scale and high availability (HA), or to a [single server](single-server-without-ha) if scale and HA aren't required.
9+
{{% ctx %}} Innovation can be deployed on-premise across [multiple servers](multiple-server-with-ha) to provide improved scale and high availability (HA), or to a [single server](single-server-without-ha) if scale and HA aren't required.
1010
{{% /pageinfo %}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Advanced Setup"
33
linkTitle: "Advanced Setup"
4-
description: "Supporting information about installing {{% ctx %}} with non-default configurations."
4+
description: "Supporting information about installing {{% ctx %}} Innovation with non-default configurations."
55
weight: 90
66
---

content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/advanced/advanced-config-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Advanced Application Server and Load Balancer Configuration Changes"
33
linkTitle: "Advanced Application Server and Load Balancer Configuration Changes"
4-
description: "Information about installing {{% ctx %}} with non-default installation values."
4+
description: "Information about installing {{% ctx %}} Innovation with non-default installation values."
55
---
66

77
# {{% param title %}}

content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/advanced/port-requirements.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: "Port Requirements for Application Servers and Load Balancer"
33
linkTitle: "Port Requirements for Application Servers and Load Balancer"
4-
description: "Information about the ports opened when installing {{% ctx %}}."
4+
description: "Information about the ports opened when installing {{% ctx %}} Innovation."
55
---
66

77
# {{% param title %}}
88

9-
{{% ctx %}} and Microsoft Service Fabric open a range of firewall ports between the servers and specific services. Some of them are opened during installation, others are opened dynamically as needed. These are opened on Windows Firewall. If any other firewall exists between the servers, it will be necessary to configure this selection of rules on it. Most ports may be altered if another program overlaps with them, the description will say if this is not possible.
9+
{{% ctx %}} Innovation and Microsoft Service Fabric open a range of firewall ports between the servers and specific services. Some of them are opened during installation, others are opened dynamically as needed. These are opened on Windows Firewall. If any other firewall exists between the servers, it will be necessary to configure this selection of rules on it. Most ports may be altered if another program overlaps with them, the description will say if this is not possible.
1010

11-
## {{% ctx %}} Ports
11+
## {{% ctx %}} Innovation Ports
1212

1313
| Name | Description | Default Port(s) | Protocol | Direction |
1414
|------|-------------|-----------------|----------|-----------|

content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Multiple Server - With HA (Recommended)"
33
linkTitle: "Multiple Server - With HA"
4-
description: "Information about installing {{% ctx %}} across multiple on-premise servers with high availability (HA), including: information about components, supported architectures, server requirements, pre-installation steps and installation instructions."
4+
description: "Information about installing {{% ctx %}} Innovation across multiple on-premise servers with high availability (HA), including: information about components, supported architectures, server requirements, pre-installation steps and installation instructions."
55
weight: 10
66
---
77

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: "Installation"
33
linkTitle: "Installation"
4-
description: "Installation instructions to install {{% ctx %}} across multiple on-premise servers with high availability (HA)."
4+
description: "Installation instructions to install {{% ctx %}} Innovation across multiple on-premise servers with high availability (HA)."
55
weight: 40
66
---
77

8-
This guide describes how to install {{% ctx %}}. Please ensure that the [Pre-Installation][PreInstallation] steps have been completed before starting the installation.
8+
This guide describes how to install {{% ctx %}} Innovation. Please ensure that the [Pre-Installation][PreInstallation] steps have been completed before starting the installation.
99

1010
[PreInstallation]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.PreInstallation" >}}

content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/installation/install-application-and-loadbalancer-servers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 30
77

88
# {{% param title %}}
99

10-
This guide describes how to install the Application Servers and Load Balancer Server. Please ensure that the [Pre-Installation steps for installing {{% ctx %}}][] have been completed before starting this installation.
10+
This guide describes how to install the Application Servers and Load Balancer Server. Please ensure that the [Pre-Installation steps for installing {{% ctx %}} Innovation][] have been completed before starting this installation.
1111

1212
## Install Microsoft .NET Framework 4.7.2
1313

@@ -320,6 +320,6 @@ More advanced configuration (such as changing ports) can be undertaken by modify
320320
[Install Gateway]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.ConfigureCortexGatewayInstallationScriptNew2" >}}
321321
[Install Web Application Server]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.InstallWebApplicationServerNew" >}}
322322
[NET Framework 472]: {{< url path="MSDotNet.Framework472.MainDoc" >}}
323-
[Pre-Installation steps for installing {{% ctx %}}]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.PreInstallation" >}}
323+
[Pre-Installation steps for installing {{% ctx %}} Innovation]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.PreInstallation" >}}
324324
[SSL Best Practices]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.SSLBestPractices" >}}
325325
[Troubleshooting During Installation]: {{< url path="Cortex.Reference.Troubleshooting.Installation.TroubleshootingDuringInstallation" >}}

content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/installation/install-web-application-server/perform-gateway-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ It is possible for {{% ctx %}} Gateway to reuse the certificate used when [insta
5050
| Name | Description |
5151
|------------------------------------------------|-------------|
5252
|`GatewayPackagePath` | Configure this value with the location of the `Cortex Innovation {{< version >}} - Gateway.zip` file on the installation server. |
53-
|`FeatureFlags` | Replace `InnovationId` with the {{% ctx %}} feature identifier, which should have been provided by {{% ctx %}} when fulfilling the [Obtain a {{% ctx %}} licence file][] step during the Pre-Installation, if it wasn't it should be requested using [{{% ctx %}} Service Portal][CORTEX Service Portal].<br /><br />This will set the `FeatureFlags` value in the Gateway web.config.|
53+
|`FeatureFlags` | Replace `InnovationId` with the {{% ctx %}} Innovation feature identifier, which should have been provided by {{% ctx %}} when fulfilling the [Obtain a {{% ctx %}} licence file][] step during the Pre-Installation, if it wasn't it should be requested using [{{% ctx %}} Service Portal][CORTEX Service Portal].<br /><br />This will set the `FeatureFlags` value in the Gateway web.config.|
5454
|`ServiceFabricApiGatewayEndpoint` | Replace `server.domain.com` with the fully qualified domain name of the Load Balancer Server. The port should be specified if it is not the default HTTPS port (443), and there must be a trailing slash, e.g. `https://server.domain.com/` or `https://server.domain.com:8722/`.<br /><br />This will set the `ServiceFabricApiGatewayEndpoint` value in the {{% ctx %}} Gateway web.config.|
5555
|`ServiceFabricUsingSelfSignedCertificates` | Configure the value as `$false` if you used valid CA certificates when [installing the Application Servers][Configure Installation Script], `$true` if you used self-signed certificates.<br /><br />This will set the `ServiceFabricUsingSelfSignedCertificates` value in the {{% ctx %}} Gateway web.config.|
5656
|`ServiceFabricApiGatewayBasicAuthUsername` | This must be changed if you used a non-default `ApiGatewayBasicAuthUsername` when [installing the Application Servers][Configure Installation Script]; if so, this value must be configured to the one used.<br /><br />This will set the `ServiceFabricApiGatewayBasicAuthUsername` value in the {{% ctx %}} Gateway web.config.{{< alert type="note" title="Note" >}} This parameter should be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}}.{{< /alert >}}|

content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/installation/setup-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Log on to Gateway and run through the setup wizard:
5757
1. Assign access permissions to Active Directory groups:
5858

5959
To allow users to access the various roles within Gateway, it is first necessary to assign them the appropriate access rights.
60-
Gateway currently supports four roles, but only two are relevant for {{% ctx %}}:
60+
Gateway currently supports four roles, but only two are relevant for {{% ctx %}} Innovation:
6161

6262
* Admin
6363
* Studio

content/en/docs/2025.1/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/pre-installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ weight: 30
77

88
# {{% param title %}}
99

10-
This guide describes how to perform the steps required before starting the installation of {{% ctx %}}. Please ensure that the [Requirements][] have been read and met before starting this installation.
10+
This guide describes how to perform the steps required before starting the installation of {{% ctx %}} Innovation. Please ensure that the [Requirements][] have been read and met before starting this installation.
1111

1212
## Make Installation Artefacts Available on all Servers
1313

1414
{{< section "/pre-installation/multi-server/make-artefacts-available.md">}}
1515

1616
## Obtain a {{% ctx %}} licence file
1717

18-
A valid {{% ctx %}} licence file and {{% ctx %}} feature identifier must be procured from {{% ctx %}}. The feature identifier is a GUID which will be used when configuring the Gateway installation. The licence file is needed when installing the Web Application server and it should contain fingerprints for the Web Application Server and each Application Server.
18+
A valid {{% ctx %}} licence file and {{% ctx %}} Innovation feature identifier must be procured from {{% ctx %}}. The feature identifier is a GUID which will be used when configuring the Gateway installation. The licence file is needed when installing the Web Application server and it should contain fingerprints for the Web Application Server and each Application Server.
1919

2020
To get a licence file and feature identifier take the following steps:
2121

@@ -38,7 +38,7 @@ To get a licence file and feature identifier take the following steps:
3838
MachineID:
3939
Fingerprint:
4040
41-
Please also include a suitable {{% ctx %}} feature identifier.
41+
Please also include a suitable {{% ctx %}} Innovation feature identifier.
4242
```
4343
4444
1. On each Application Server and the Web Application Server:

0 commit comments

Comments
 (0)