Skip to content

Commit f4a9c5a

Browse files
R11BRT-1965 - remove support versions (#155)
* R11BRT-1965 - remove unsupported versions
1 parent a77a238 commit f4a9c5a

61 files changed

Lines changed: 819 additions & 2222 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Install-OSServerPreReqs -MajorVersion 11
5252
* Install the platform server and development environment:
5353

5454
```powershell
55-
Install-OSServer -Version "11.0.108.0" -InstallDir "D:\OutSystems"
56-
Install-OSServiceStudio -Version "11.0.108.0" -InstallDir "D:\OutSystems"
55+
Install-OSServer -Version "11.23.0" -InstallDir "D:\OutSystems"
56+
Install-OSServiceStudio -Version "11.55.35.64305" -InstallDir "D:\OutSystems"
5757
```
5858

5959
* Configure the platform :

docs/Get-OSRepoAvailableVersions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ Usefull for the Install-OSServer and Install-OSServiceStudio cmdLets
2424

2525
### EXAMPLE 1
2626
```
27-
Get all available versions of the OutSystems 10 platform server
27+
Get all available versions of the OutSystems 11 platform server
2828
```
2929

30-
Get-OSRepoAvailableVersions -Application 'PlatformServer' -MajorVersion '10'
30+
Get-OSRepoAvailableVersions -Application 'PlatformServer' -MajorVersion '11'
3131

3232
### EXAMPLE 2
3333
```
@@ -56,7 +56,7 @@ Accept wildcard characters: False
5656
5757
### -MajorVersion
5858
Specifies the platform major version
59-
Accepted values: 10 or 11
59+
Accepted values: 11
6060
6161
```yaml
6262
Type: String

docs/Get-OSServerPreReqs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ IIS features, .NET Framework Version and etc.) for the OutSystems platform serve
2424

2525
### EXAMPLE 1
2626
```
27-
Get-OSServerPreReqs -MajorVersion "10"
27+
Get-OSServerPreReqs -MajorVersion "11"
2828
```
2929

3030
## PARAMETERS
3131

3232
### -MajorVersion
3333
Specifies the platform major version.
34-
Accepted values: 10 or 11
34+
Accepted values: 11
3535

3636
```yaml
3737
Type: String

docs/Get-OSServiceStudioInfo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Since we can have multiple development environments installed, you need to speci
2424

2525
### EXAMPLE 1
2626
```
27-
Get-OSServiceStudioInfo -MajorVersion "10"
27+
Get-OSServiceStudioInfo -MajorVersion "11"
2828
```
2929

3030
## PARAMETERS
3131

3232
### -MajorVersion
3333
Major version.
34-
9.0, 9.1, 10, 11, ...
34+
11, ...
3535

3636
```yaml
3737
Type: String

docs/Get-OSServiceStudioInstallDir.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Since we can have multiple development environments installed, you need to speci
2525

2626
### EXAMPLE 1
2727
```
28-
Get-OSServiceStudioInstallDir -MajorVersion "10"
28+
Get-OSServiceStudioInstallDir -MajorVersion "11"
2929
```
3030

3131
## PARAMETERS
3232

3333
### -MajorVersion
3434
Major version.
35-
9.0, 9.1, 10, 11, ...
35+
11, ...
3636

3737
```yaml
3838
Type: String

docs/Get-OSServiceStudioVersion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Since we can have multiple development environments installed, you need to speci
2525

2626
### EXAMPLE 1
2727
```
28-
Get-OSServiceStudioVersion -MajorVersion "10"
28+
Get-OSServiceStudioVersion -MajorVersion "11"
2929
```
3030

3131
## PARAMETERS
3232

3333
### -MajorVersion
3434
Major version.
35-
9.0, 9.1, 10, 11, ...
35+
11, ...
3636

3737
```yaml
3838
Type: String

docs/Install-OSServer.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@ If the platform is already installed, the cmdLet will check if version to be ins
3131

3232
### EXAMPLE 1
3333
```
34-
Install-OSServer -Version "10.0.823.0"
34+
Install-OSServer -Version "11.23.0"
3535
```
3636

3737
### EXAMPLE 2
3838
```
39-
Install-OSServer -Version "10.0.823.0" -InstallDir D:\Outsystems
39+
Install-OSServer -Version "11.23.0" -InstallDir D:\Outsystems
4040
```
4141

4242
### EXAMPLE 3
4343
```
44-
Install-OSServer -Version "10.0.823.0" -InstallDir D:\Outsystems -SourcePath c:\temp
44+
Install-OSServer -Version "11.23.0" -InstallDir D:\Outsystems -SourcePath c:\temp
4545
```
4646

4747
### EXAMPLE 4
4848
```
49-
Install-OSServer -Version "11.0.108.0" -InstallDir 'D:\Outsystems\Platform Server' -SourcePath c:\temp -FullPathInstallDir
49+
Install-OSServer -Version "11.23.0" -InstallDir 'D:\Outsystems\Platform Server' -SourcePath c:\temp -FullPathInstallDir
5050
```
5151

5252
### EXAMPLE 5
@@ -107,7 +107,7 @@ Accept wildcard characters: False
107107
```
108108
109109
### -SkipRabbitMQ
110-
Deprecated. This script no longer installs RabbitMQ/Erlang. Parameter was kept to not break compatibility with scripts making use of it.
110+
Deprecated. This script no longer installs RabbitMQ/Erlang. Parameter was kept to not break compatibility with scripts making use of it.
111111
Instead, please use Set-OSServerConfig with parameter -ConfigureCacheInvalidationService to install and configure RabbitMQ/Erlang.
112112
113113
```yaml

docs/Install-OSServerPreReqs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You should run first the Test-OSServerSoftwareReqs and the Test-OSServerHardware
2525

2626
### EXAMPLE 1
2727
```
28-
Install-OSServerPreReqs -MajorVersion "10"
28+
Install-OSServerPreReqs -MajorVersion "11"
2929
```
3030

3131
### EXAMPLE 2
@@ -42,7 +42,7 @@ Install-OSServerPreReqs -MajorVersion "11" -InstallIISMgmtConsole:$false -Source
4242

4343
### -MajorVersion
4444
Specifies the platform major version.
45-
Accepted values: 10 or 11.
45+
Accepted values: 11.
4646

4747
```yaml
4848
Type: String

docs/Install-OSServiceStudio.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@ if the development environment is already installed it will check if version to
3030

3131
### EXAMPLE 1
3232
```
33-
Install-OSServiceStudio -Version "10.0.823.0"
33+
Install-OSServiceStudio -Version "11.55.35"
3434
```
3535

3636
### EXAMPLE 2
3737
```
38-
Install-OSServiceStudio -Version "10.0.823.0" -InstallDir D:\Outsystems
38+
Install-OSServiceStudio -Version "11.55.35" -InstallDir D:\Outsystems
3939
```
4040

4141
### EXAMPLE 3
4242
```
43-
Install-OSServiceStudio -Version "10.0.823.0" -InstallDir D:\Outsystems -SourcePath c:\temp
43+
Install-OSServiceStudio -Version "11.55.35" -InstallDir D:\Outsystems -SourcePath c:\temp
4444
```
4545

4646
### EXAMPLE 4
4747
```
48-
Install-OSServiceStudio -Version "10.0.823.0" -InstallDir D:\Outsystems -SourcePath c:\temp -FullPathInstallDir
48+
Install-OSServiceStudio -Version "11.55.35" -InstallDir D:\Outsystems -SourcePath c:\temp -FullPathInstallDir
4949
```
5050

5151
## PARAMETERS

docs/Test-OSServerHardwareReqs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Checks available RAM and the number of available CPUs.
2424

2525
### EXAMPLE 1
2626
```
27-
Test-OSServerSoftwareReqs -MajorVersion "10.0"
27+
Test-OSServerSoftwareReqs -MajorVersion "11.0"
2828
```
2929

3030
## PARAMETERS
3131

3232
### -MajorVersion
3333
Specifies the platform major version.
34-
Accepted values: 10 or 11
34+
Accepted values: 11
3535

3636
```yaml
3737
Type: String

0 commit comments

Comments
 (0)