| external help file | OutSystems.SetupTools-help.xml |
|---|---|
| Module Name | OutSystems.SetupTools |
| online version | |
| schema | 2.0.0 |
Installs or updates the OutSystems Platform server
Install-OSServer [-InstallDir <String>] -Version <Version> [-WithLifetime] [<CommonParameters>]
Install-OSServer [-InstallDir <String>] -SourcePath <String> -Version <Version> [-WithLifetime]
[<CommonParameters>]
This will install or update the OutSystems platform server If the platform is already installed, the cmdLet will check if version to be installed is higher than the current one and update it
Install-OSServer -Version "11.23.0"
Install-OSServer -Version "11.23.0" -InstallDir D:\Outsystems
Install-OSServer -Version "11.23.0" -InstallDir D:\Outsystems -SourcePath c:\temp
Install-OSServer -Version "11.23.0" -InstallDir 'D:\Outsystems\Platform Server' -SourcePath c:\temp -FullPathInstallDir
To install the latest 11 version
Install-OSServer -Verbose -Version $(Get-OSRepoAvailableVersions -MajorVersion 11 -Latest -Application 'PlatformServer')
Where the platform will be installed. if the platform is already installed, this parameter has no effect If not specified, it will default to %ProgramFiles%\Outsystems
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: $OSDefaultInstallDir
Accept pipeline input: False
Accept wildcard characters: FalseIf specified, the cmdlet will use the sources in that path. If not specified it will download the sources from the OutSystems repository.
Type: String
Parameter Sets: Local
Aliases: Sources
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThe version to be installed.
Type: Version
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseDeprecated. This script no longer installs RabbitMQ/Erlang. Parameter was kept to not break compatibility with scripts making use of it. Instead, please use Set-OSServerConfig with parameter -ConfigureCacheInvalidationService to install and configure RabbitMQ/Erlang.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseIf specified, the cmdlet will install the platform server with lifetime.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.