In previous article, we did setup Sitecore 10 update 1 instance using docker
Now in this article will explain alternate way to setup Sitecore 10.0.1 instance using SIF
Pre-requisites
Click here Packages for XP Single download and unzip (at Let's say D:\Sitecore101SIF)
Paste license.xml file at D:\Sitecore101SIF
Installation
Open PowerShell as admin and execute below commands in sequence
cd D:\Sitecore101SIF
Install-Module SitecoreInstallFramework [ensure version is 2.3.0]Install-SitecoreConfiguration -Path .\Prerequisites.json
There are not many blogs on Sitecore 10.0.1 so, good that you have one about it.... can you please add any issues you faced and how you resolved? Maybe details about what variables you changed in the SIF PS Script will be helpful in the step-by-step approach you follow....
ReplyDeleteTBH, only installed SQL 2019 database engine.
DeleteAnd before starting setting up - I looked into sitecore compatibility table.
https://kb.sitecore.net/articles/087164
As I didn't faced any issue during setup that is why not mentioned.
Please share/comment if facing any issue - will be more happy to help.
Thanks