Getting started with Sitecore 10.4
It's been a significant interval since Sitecore last unveiled a comprehensive version of their XM/XP platform, with the previous release, namely version 10.3, being launched more 1.5 years ago. Consequently, I was highly enthusiastic about exploring the latest iteration of the vendor's self-hosted platforms and acquainting myself with the updates.
Sitecore has also updated the pages for downloading the latest version. You can access the new Sitecore download page at the provided link Sitecore 10.4 . On this page, you have many options for installing a new sitecore, like how to Sitecore Installation Framework (SIF), Docker Containers, Sitecore Installation Assistant (SIA).
You can find detailed information about all the new changes in the release notes available at the provided link Release Notes ( sitecore.com ) . Here, I'll provide you with a summary of the essentials.
Sitecore Experience Platform (SXP) 10.4 includes updates for improved security, prolonged supportability, performance, and usability. Highlights include:
In addition, our SXP 10.4 release adds flexibility in interworking with new SaaS products across Sitecore's portfolio and with the community ecosystem, enabling our current customers to continue with existing investments in SXP, while innovating on their own pace with Sitecore's other SaaS-based products. Related tooling released along with SXP 10.4 include:
SXP 10.4 also includes this important change:
I found the introduction of the new /sitecore/admin/duplicates.aspx for media item duplication logic particularly intriguing. It aims to address issues related to the deletion of duplicate media items sharing the same blob. Given that I've already implemented some changes to tackle this issue, you can read about them in detail in the article provided Checking duplicate media items ( brimit.com ) .
For installing a new Sitecore 10.4, I use Sitecore Installation Assistant (SIA) .
The initial step involves installing prerequisites, but I encountered the following issue:
I saw that a lot of people have the same issue. To fix this you should install a new SIF through Powershell and use the next command:
领英推荐
Install-Module SitecoreInstallFramework -SkipPublisherCheck -Force
After installing a new SIF, need to re-run Sitecore installation. The issue should be going.
The next step is to install Solr 8.11.2. This step should be done without any issues.
Following the installation of Solr, the next step is to configure Sitecore settings.
Then Microsoft SQL setting and Solr setting.
If you require SXA, ensure to select the checkbox here to set it up accordingly.
Upon completion of the installation, you will encounter a new dashboard, styled reminiscent of XMCloud.
In conclusion, Sitecore 10.4 represents a significant advancement, offering a plethora of new features that warrant further exploration. Finally support Windows 11 and new versions of SQL (because previous Sitecore versions have a lot of issues if install to Windows 11). I anticipate that Sitecore 10.4 will evolve into a more robust platform, particularly with regards to integrating AI, CDP, Content Hub, and other capabilities.