INSTALLING SITECORE 9.2 USING NEW SITECORE INSTALL ASSISTANT (SIA)
Setup Prerequisites:
Windows 10
Sitecore License must have xDB enabled
MS SQL Server 2016 SP2 or later
.Net Framework 4.7.2 or later
Step by Step Process:
Step 1: Install Solr version 7.5. Refer this link for installing Solr 7.5
Step 2: Install Sitecore Installation Framework (SIF)
If your machine already has SitecoreInstallFramework 1.2.1 but for Sitecore 9.1 we have to install SitecoreInstallFramework 2.0.0 as
Installation Command for SIF:
Install-Module -Name SitecoreInstallFramework -RequiredVersion 2.0.0
You can get a list of all available SitecoreInstallFramework module as
List of Framework Available Command:
Get-Module SitecoreInstallFramework –ListAvailable
Step 3: Download Sitecore 9.2 Package
Download and unzip the package for XP single.
Download:
SIA installation files needed for installation can be downloaded.
Extract the downloaded file and you should have installation folder containing these files:
Step 4: Configuring SIA ( Sitecore Install Assistant)
Ø There are some configuration options that you can use to tweak the installation and its outcome.
Ø Before you open the installation .exe file, take a look in .configfile. You can specify in this config site names that will be generated, suffixes of generated sites for all three sites – Identity Server, XConnect and Sitecore site itself and other configuration entries like highlighted Solr configuration.
If you have followed my blog post about installing Solr 7.5, you can use the below values:
Ø Mind that SolrUrl needs to be specified without “/” at the end cause installation will fail otherwise.
Step 5: Installing Sitecore 9.2 with SIA
Ø All is set and configured, let’s install Sitecore with SIA.
Ø Double click on the setup exe file and after welcome screen (clicking on Next), you will be heading to Prerequisites screen.
and after some time, all prerequisites are installed… simple as that:
On Sitecore settings screen you need to specify the prefix of your Sitecore instance, admin password, and the path to license file:
On next screen SQL Server settings, you are specifying SQL Server instance name together with SQL Server admin name and password:
Next screen is dedicated to setting Solr.
Solr path is : C:\solr7.5\solr-7.5.0 ( This is the path solr .used this path )
On next screen, SIA will validate whether all requirements are in place like Sitecore license file, SIF config files and also WDP files:
Hit the Install button and grab a cup of tea or coffee. You can watch the progress of installation:
You can check the log after installation is completed (good also when something went wrong):
One last screen to check documentation site:
I have validated in IIS Manager that sites have been created:
And after opening Sitecore site in a browser, familiar login screen appeared:
you can tweak this setting in setup.exe.config and run install once again:
Successful installations to you!
0 Comments
Post a Comment