V9.6
Method
Description
Installs, reinstalls, and upgrades a Cora SeQuence site.
Syntax
Install-CoraSeQuenceSite [-SourcePath] <String> [[-ServiceAccount] <PSCredential>] [[-DestinationPath] <String>] [-SiteType] <Object> [[-SiteID] <Int32>] [<CommonParameters>]
Parameters
-SourcePath <String>
The full local path to the application package.
Required? | true |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-ServiceAccount <PSCredential>
The credentials to be used as the Application Pool identity.
Required? | false |
Position? | 2 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-DestinationPath <String>
The path where the site files are installed. If not provided, the Cora SeQuence default location is used:
C:\inetpub\wwwroot\Cora SeQuence\[Site])
If the path is provided, but the site already exists, for example in upgrade scenarios, the new path is ignored, and the current site location is used.
Required? | false |
Position? | 3 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-SiteType <Object>
Determines which Cora SeQuence site is deployed by the package: Flowtime or Administration.
Required? | true |
Position? | 4 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-SiteID <Int32>
Sets the numeric ID of the site instance.
Required? | false |
Position? | 5 |
Default value | 1 |
Accept pipeline input? | false |
Accept wildcard characters? | false |
<CommonParameters>
This function supports these common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters.
Example
PS C:\>Install-CoraSeQuenceSite -SourcePath "C:\Flowtime.zip" -SiteType Flowtime
V9.0
Method
Description
Installs, reinstalls, and upgrades a Cora SeQuence site.
Syntax
Install-CoraSeQuenceSite [-SourcePath] <String> [[-ServiceAccount] <PSCredential>] [[-DestinationPath] <String>] [-SiteType] <Object> [<CommonParameters>]
Parameters
-SourcePath <String>
The full local path to the application package.
Required? | true |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-ServiceAccount <PSCredential>
The credentials to be used as the Application Pool identity.
Required? | true |
Position? | 2 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-DestinationPath <String>
The path where the site files are installed. If not provided, the Cora SeQuence default location is used:
C:\inetpub\wwwroot\Cora SeQuence\[Site])
If the path is provided, but the site already exists, for example in upgrade scenarios, the new path is ignored, and the current site location is used.
Required? | true |
Position? | 3 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-SiteType <Object>
Determines which Cora SeQuence site is deployed by the package: Flowtime or Administration.
Required? | true |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
<CommonParameters>
This function supports these common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters.
Example
PS C:\>Install-CoraSeQuenceSite -SourcePath "C:\Flowtime.zip" -SiteType Flowtime