Saturday 26 December 2020

Sitecore 10 update 1 installation using SIF

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

below solr command is optional if solr 8.4.0 already working as https
Install-SitecoreConfiguration -Path Solr-SingleDeveloper.json

Update parameter values in XP0-SingleDeveloper.ps1
.\XP0-SingleDeveloper.ps1

That's it.


Demo Time






2 comments:

  1. 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....

    ReplyDelete
    Replies
    1. TBH, only installed SQL 2019 database engine.
      And 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

      Delete