Skip to main content

Posts

Showing posts from 2021

Sitecore Patching

Using a patch file to customize the Sitecore configuration https://doc.sitecore.com/xp/en/developers/93/platform-administration-and-architecture/use-a-patch-file-to-customize-the-sitecore-configuration.html Patch file examples https://doc.sitecore.com/xp/en/developers/90/platform-administration-and-architecture/configuration-patch-file-examples.html https://grantkillian.wordpress.com/2018/12/10/sitecore-artifact-table-patch-config/ /api/sitecore/Sitecore.Mvc.DeviceSimulator.controllers.simulatorcontroller,Sitecore.Mvc.DeviceSimulator/preview/previewpath=/app_data/logs/logs/log.20230405.110101.txt

Sitecore Unicorn

Unicorn SPE Unicorn with Sitecore SUGNCR | Unicorn - Introduction With Sitecore Sitecore Unicorn - Synchronize easily - Radosław Kozłowski SUGCON Europe 2016 - Serialize all the things with Unicorn Advanced Serialization with Unicorn - April Meetup 2016

Microsoft Windows Tools

  Install IIS https://www.howtogeek.com/112455/how-to-install-iis-8-on-windows-8/ Web Deploy 3.6 https://www.iis.net/downloads/microsoft/web-deploy .NET Framework 4.8 https://dotnet.microsoft.com/download/dotnet-framework/net48  Debugging Tools for Windows (WinDbg) https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/debugger-download-tools

Sitecore Modules

Sitecore PowerShell Extension(SPE) Compatibility Table https://doc.sitecorepowershell.com/appendix Downloads https://github.com/SitecorePowerShell/Console/releases/ Tutorials https://doc.sitecorepowershell.com/ https://www.youtube.com/playlist?list=PLph7ZchYd_nCypVZSNkudGwPFRqf1na0b Sitecore with MVC Areas as pluggable Module https://cprakash.com/2014/10/27/sitecore-and-mvc-areas-as-pluggable-module/

Sitecore Compatibility

 Sitecore Compatibility Sitecore compatibility table for Sitecore XP 9 and later Sitecore compatibility table for Sitecore CMS 6.0 – XP 8.2.7 Solr compatibility table Sitecore Product Support Lifecycle Sitecore modules compatibility table for Sitecore XP

SolR admin not loading after installation via SIA

Problem Statement Installed Sitecore 10.1 on local via SIA and stuck final step of verification of SolR connection Solution After SolR installation, I noticed that solr-ssl.keystore files are not present under solr\sc101solr-8.4.0\server\etc folder. To fix this followed below steps Installed Java Downloaded  solrssl.ps1  file from  Setting up Solr with SSL  and make the changes in this file as per local configurations  Copy this file in Install directory and executed PowerShell script as below PS C:\Data\Sitecore\SC10.1Install> .\solrssl.ps1 -KeyStorefile 'C:\Data\Sitecore\SC10.1Install\SC 10\solr\sc101solr-8.4.0\server\etc\solr-ssl.keystore.jks' -storetype pkcs12 Reference: SO post solr-ssl.keystore files created solr\sc101solr-8.4.0\server\etc folder Start SolR C:\Data\Sitecore\SC10.1Install\SC 10\solr\sc101solr-8.4.0\bin>solr start -p 9899 SolR started working now!