sc-powershell - SitecoreInstallFramework 1.1.0

Framework to install Sitecore instances

PM> Install-Package SitecoreInstallFramework -Version 1.1.0 -Source https://sitecore.myget.org/F/sc-powershell/api/v3/index.json

Copy to clipboard

> nuget.exe install SitecoreInstallFramework -Version 1.1.0 -Source https://sitecore.myget.org/F/sc-powershell/api/v3/index.json

Copy to clipboard

> dotnet add package SitecoreInstallFramework --version 1.1.0 --source https://sitecore.myget.org/F/sc-powershell/api/v3/index.json

Copy to clipboard
<PackageReference Include="SitecoreInstallFramework" Version="1.1.0" />
Copy to clipboard
source https://sitecore.myget.org/F/sc-powershell/api/v3/index.json

nuget SitecoreInstallFramework  ~> 1.1.0
Copy to clipboard

> choco install SitecoreInstallFramework --version 1.1.0 --source https://sitecore.myget.org/F/sc-powershell/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "sc-powershell" -SourceLocation "https://sitecore.myget.org/F/sc-powershell/api/v2"
Install-Module -Name "SitecoreInstallFramework" -RequiredVersion "1.1.0" -Repository "sc-powershell" 
Copy to clipboard

New Features

Tasks

  • Invoke-WebRequestTask - Request a URI with configurable retries (useful for site warm ups).
  • Invoke-ManageSolrConfigTask - Utilizes Invoke-WebRequestTask to ensure Solr is responding.
  • Invoke-ManageSolrCoreTask - Utilizes Invoke-WebRequestTask to ensure Solr is responding.
  • Invoke-ManageSolrSchemaTask - Utilizes Invoke-WebRequestTask to ensure Solr is responding.

Bug Fixes

Tasks

  • Invoke-HostHeader - Read and writes to the hosts file now use the UTF8 encoding.
  • Invoke-HostHeader - Ensure reads returns array so Count property can be used.
  • Invoke-ManageSolrConfigTask - More informative errors when testing Address parameter.
  • Invoke-ManageSolrCoreTask - More informative errors when testing Address parameter.
  • Invoke-ManageSolrSchemaTask - More informative errors when testing Address parameter.
  • Invoke-ManageSolrSchemaTask - Check for errorMessages in response before writing as errors.
  • Invoke-WebDeployTask - Will add quotes to unquoted argument values that contain commas.
  • Invoke-SitecoreUrlTask - Directly authenticates with the login page before invoking a url.

Other

  • Updated packaging metadata (copyrights, license, etc)
  • Module now requires PowerShell version 5.1
  • Module now requires SitecoreFundamentals 1.1.0
  • Any 0.0
    • SitecoreFundamentals (>= 1.1.0)

Owners

Sitecore Corporation Jonas Bang Christensen

Authors

Sitecore Corporation A/S

Project URL

http://doc.sitecore.net/

License

Sitecore MyGet license

Tags

Sitecore Install PSModule PowerShell PSIncludes_Function PSFunction_Export-WebDeployParameters PSFunction_Get-SitecoreInstallExtension PSFunction_Install-SitecoreConfiguration PSFunction_Register-SitecoreInstallExtension PSFunction_Invoke-AndConfigFunction PSFunction_Invoke-ConcatConfigFunction PSFunction_Invoke-EnvironmentConfigFunction PSFunction_Invoke-EqualConfigFunction PSFunction_Invoke-GetCertificateConfigFunction PSFunction_Invoke-GetCertificateThumbprintConfigFunction PSFunction_Invoke-IfConfigFunction PSFunction_Invoke-JoinConfigFunction PSFunction_Invoke-JoinPathConfigFunction PSFunction_Invoke-NotConfigFunction PSFunction_Invoke-OrConfigFunction PSFunction_Invoke-ReadJsonConfigFunction PSFunction_Invoke-ResolveCertificatePathConfigFunction PSFunction_Invoke-ResolvePathConfigFunction PSFunction_Invoke-SqlConnectionStringConfigFunction PSFunction_Write-TaskHeader PSFunction_Write-TaskInfo PSFunction_Invoke-AppPoolTask PSFunction_Invoke-CommandTask PSFunction_Invoke-CopyTask PSFunction_Invoke-CreateServiceTask PSFunction_Invoke-DownloadFileTask PSFunction_Invoke-EnsurePathTask PSFunction_Invoke-FilePermissionsTask PSFunction_Invoke-HostHeaderTask PSFunction_Invoke-HttpRequestTask PSFunction_Invoke-IISConfigurationTask PSFunction_Invoke-ManageAppPoolTask PSFunction_Invoke-ManageServiceTask PSFunction_Invoke-ManageSolrConfigTask PSFunction_Invoke-ManageSolrCoreTask PSFunction_Invoke-ManageSolrSchemaTask PSFunction_Invoke-ManageWebsiteTask PSFunction_Invoke-RemoveServiceTask PSFunction_Invoke-SetXmlTask PSFunction_Invoke-SitecoreUrlTask PSFunction_Invoke-UnpackTask PSFunction_Invoke-WebBindingTask PSFunction_Invoke-WebDeployTask PSFunction_Invoke-WebRequestTask PSFunction_Invoke-WebsiteClientCertTask PSFunction_Invoke-WebsiteTask PSCommand_Export-WebDeployParameters PSCommand_Get-SitecoreInstallExtension PSCommand_Install-SitecoreConfiguration PSCommand_Register-SitecoreInstallExtension PSCommand_Invoke-AndConfigFunction PSCommand_Invoke-ConcatConfigFunction PSCommand_Invoke-EnvironmentConfigFunction PSCommand_Invoke-EqualConfigFunction PSCommand_Invoke-GetCertificateConfigFunction PSCommand_Invoke-GetCertificateThumbprintConfigFunction PSCommand_Invoke-IfConfigFunction PSCommand_Invoke-JoinConfigFunction PSCommand_Invoke-JoinPathConfigFunction PSCommand_Invoke-NotConfigFunction PSCommand_Invoke-OrConfigFunction PSCommand_Invoke-ReadJsonConfigFunction PSCommand_Invoke-ResolveCertificatePathConfigFunction PSCommand_Invoke-ResolvePathConfigFunction PSCommand_Invoke-SqlConnectionStringConfigFunction PSCommand_Write-TaskHeader PSCommand_Write-TaskInfo PSCommand_Invoke-AppPoolTask PSCommand_Invoke-CommandTask PSCommand_Invoke-CopyTask PSCommand_Invoke-CreateServiceTask PSCommand_Invoke-DownloadFileTask PSCommand_Invoke-EnsurePathTask PSCommand_Invoke-FilePermissionsTask PSCommand_Invoke-HostHeaderTask PSCommand_Invoke-HttpRequestTask PSCommand_Invoke-IISConfigurationTask PSCommand_Invoke-ManageAppPoolTask PSCommand_Invoke-ManageServiceTask PSCommand_Invoke-ManageSolrConfigTask PSCommand_Invoke-ManageSolrCoreTask PSCommand_Invoke-ManageSolrSchemaTask PSCommand_Invoke-ManageWebsiteTask PSCommand_Invoke-RemoveServiceTask PSCommand_Invoke-SetXmlTask PSCommand_Invoke-SitecoreUrlTask PSCommand_Invoke-UnpackTask PSCommand_Invoke-WebBindingTask PSCommand_Invoke-WebDeployTask PSCommand_Invoke-WebRequestTask PSCommand_Invoke-WebsiteClientCertTask PSCommand_Invoke-WebsiteTask PSCommand_scinst PSCommand_Invoke-SitecoreInstall

Info

4261520 total downloads
5377 downloads for version 1.1.0
Download (545.89 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
2.4.0 994.15 KB Fri, 29 Mar 2024 09:41:44 GMT 300
2.3.0 717.78 KB Tue, 04 Aug 2020 10:36:52 GMT 84883
2.2.0 718.09 KB Thu, 28 Nov 2019 12:40:00 GMT 41741
2.1.0 709.13 KB Fri, 05 Apr 2019 09:27:06 GMT 40501
2.0.0 690.78 KB Wed, 28 Nov 2018 11:41:05 GMT 20354
1.2.1 606.95 KB Fri, 06 Apr 2018 09:15:01 GMT 53907
1.2.0 601.73 KB Fri, 23 Feb 2018 10:04:44 GMT 4091
1.1.0 545.89 KB Thu, 21 Dec 2017 11:06:17 GMT 5377
1.0.2 531.12 KB Thu, 12 Oct 2017 10:06:04 GMT 4010366