Windows11: Sitecore MVP Site Pre-requisites installation

The Sitecore MVP Site runs on Docker and has a set of pre-requisites. Although these are listed in the readme page, in this series of blog articles, I have tried to better the Start-Environment.ps1 by adding guided messages into the PS script. This blog article is a compilation of all those articles. Here are the pre-requisites and then the concerned blog articles:

1. .NET Core 3.1 SDK: Installs both runtime and sdk

2. Sitecore Docker Tools:

Register-PSRepository -Name SitecoreGallery -SourceLocation https://sitecore.myget.org/F/sc-powershell/api/v2

Install-Module SitecoreDockerTools

3. Docker Desktop for windows

Here are the related blog articles implementing the changes to the Start-Environment.ps1 PowerShell script + related ones:

https://navansitecorenotes.blogspot.com/2022/06/errors-code-fixes-sitecore-mvp-site-on.html

https://navansitecorenotes.blogspot.com/2022/06/detect-and-install-sitecoredockertools.html

https://navansitecorenotes.blogspot.com/2022/06/detect-and-redirect-user-to-install.html

Code:

Github


Comments

Popular Posts