Monday, March 18, 2019

SIF LESS Sitecore Installation




PREREQUISITES

ü Sitecore Installation Framework
ü Solr 6.6.2
ü SQL 2016
ü Powershell 5
ü WebDeploy 3.6
ü NET Framework 4.6.2 or later 
ü Windows OS (8.1/10 or Windows Server 2012 R2 (64 bit) or higher) 
ü Sitecore Package
ü Xconnect Package

Step 1 :

  Download the SIF package

Step 2 (Optional) :

Ø Extract the SIFLess file
Ø Store all required file in one common folder









Step 3 :

Ø    Extract the SIFLess File .
Ø    Run the SIFLess execution file from SIFLess folder
Ø    The popup will appear like this
Ø    Fill all the information
   

Step 4 :

Fill all the information
Click the test

Got an error


  
Go to Services, Run the Solr (got an error while restarting this).

Solution

Ø Go to control panel -> System ->advance setting -> Environment variable
Ø Check Java version(need to check the installed java version)
Ø Go to cmd -> java -version
Ø Change it to the environment variable.
Reason For Issue:
   Java version is upadated automatically in my system,thats why I am changing my environment variable.
   
  Step 5 :

Uncheck the generate files only


Step 6:

Click generate files and install


Ø It takes few minutes to install…




Uninstall Using SIF Less

  After installation your SIF Less Folder having two folders looks like this:



Step 1:

Download the uninstall script from

Step 2:
    Download script file


  Copy all this files to SIFLess Folder
Step 3:

Ø Open PowerShell
Ø Set your Directory location
Example: Set-Location -Path D:\SiteCore\SC9.0\SIFLess
Ø Run Uninstall Script
Ø PS =>D:\SiteCore\SC9.0\SIFLess> .\SIFless-EZUninstall-1538220607


Got an error while uninstalling



Solution :

ü    Just open Uninstall script
ü    Verify PSScriptRoot path is correct
      Example:
$PSScriptRoot = "D:\SiteCore\SC9.0\SIFLess"
    
Happy Coding !!!

Quotes Of The Day
    
   I'm not a great programmer; I'm just a good programmer with great habits.

No comments:

Post a Comment

Steps to follow when using a PowerShell script to modify the goals in Sitecore

I have previously utilized PowerShell for item creation, modification, deletion, and presentation details in Sitecore.   Ø Recently, I attem...