Skip to content

Commit 837a88e

Browse files
committed
changed wording for applicationame
1 parent 4d13a15 commit 837a88e

File tree

1 file changed

+5
-5
lines changed
  • content/en/docs/2025.3/getting-started/on-premise/add-configuration-portal-to-cortex

1 file changed

+5
-5
lines changed

content/en/docs/2025.3/getting-started/on-premise/add-configuration-portal-to-cortex/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,17 +167,17 @@ Keep a note of the selected groups, as they will be required when setting the ac
167167

168168
On the Web Application Server:
169169

170-
1. Open the folder where the `Cortex Innovation {{< version >}} - Configuration Portal.zip` was extracted.
171-
1. From there, open the `Cortex Configuration Portal` folder.
170+
1. Open the folder where `Cortex Innovation {{< version >}} - Configuration Portal.zip` was extracted to.
171+
1. Open the `Cortex Configuration Portal` folder.
172172
1. Extract the contents of the `Cortex.Configuration.Portal.zip` file to where the website is to be installed.
173173
{{< alert type="note" title="Note" >}}
174174
Typically this is `C:\inetpub\wwwroot\Cortex\ConfigurationPortal`
175175
{{< /alert >}}
176-
1. Copy the `web.config` and `config.json` files from the `Cortex Configuration Portal` folder to the root of the extracted website folder.
177-
1. Once copied, open the `config.json` file then update the following parameters only:
176+
1. Copy the `web.config` and `config.json` files from the `Cortex Configuration Portal` folder opened in step 2 to the root of the extracted content in step 3, e.g. `C:\inetpub\wwwroot\Cortex\ConfigurationPortal`.
177+
1. Once copied, open the `config.json` file and update the following parameters only:
178178
| Name | Description | Example |
179179
|--------------------------------|---------------------------------------------------------------------------------------------------|---------------------------------------------|
180-
| ApplicationName | The name of the application, this will be used for containerisation of user sessions. | `"CortexConfigurationDev"` |
180+
| ApplicationName | The name of the application, this will be used for referencing the relevant configuration data. | `"CortexConfigurationDev"` |
181181
| UseOAuth | Whether to use OAuth for authentication. | `true` |
182182
| CortexUrl | The URL of the Application Server APIGateway endpoint, or loadbalancer. | `"https://cortexapp-machine.domain.com"` |
183183
| CortexPort | The port of the Application Server APIGateway endpoint, or loadbalancer. | `"8722"` |

0 commit comments

Comments
 (0)