You all must be aware of the term ‘Publishing Target’ and the purpose of creating one, if you are new to that there are quite many articles explaining so, I suggest giving it a quick read first.So jumping to our problem statement now. We have been working with publishing targets since long now starting Sitecore... Continue Reading →
How to upload large files in Sitecore
Hi guys, I recently stumbled on an issue of uploading large files in Sitecore. While searching about the same I found many blogs stating the solution of setting the size for Media.MaxSizeInDatabase. In Sitecore 10 the default value is 500MB which I increased to 1024MB. <setting name="Media.MaxSizeInDatabase" value="1024MB"></setting> The above solution didn't work for me.... Continue Reading →
{:en}Embed Social Feed into your website using Juicer{:}{:ja}Juicerを使用してソーシャルフィードをWebサイトに埋め込みます{:}
{:en} One fine day at office I had a client requirement for displaying their aggregated social media content on the Sitecore website we developed for them. The best API I came across to perform this operation is Juicer API. Juicer works with Sitecore for majority of the social accounts which LinkedIn, Facebook, twitter, Instagram etc.... Continue Reading →
{:en}Get your site visitors Geolocation using Maxmind Database{:}{:ja}Maxmindのデータベースを利用してサイト訪問者のジオロケーションを取得する方法{:}
{:ja}featured{:}
{:en}Implementing Sitecore CI/CD On-premises using Azure Devops Part-2{:}{:ja}Azure DevopsPart-2を使用したオンプレミスでのSitecoreCI / CDの実装{:}
{:en}This is continuation of Implementing Sitecore CI/CD On-premises using Azure Devops Part-1 Let’s configure CD in Azure Deployment groups A deployment group is a logical set of deployment target machines that have agents installed on each one. Deployment groups represent the physical environments; for example, "Dev", "Test", "UAT", and "Production". In effect, a deployment group... Continue Reading →
{:en}Simple and Easy Steps for Sitecore 9.2 XM Installation{:}{:ja}Sitecore 9.2XMインストールのシンプルで簡単な手順{:}
{:en}This post will help you with the three basic W's for installing ...... : What to install, in which order and from where. Here are the simple and easy steps for installation of Sitecore 9.2 XM version with SIF. Prerequisites: OS: Windows 10, Windows Server 2016 DB: Microsoft SQL Server 2017 IIS 10 . NET... Continue Reading →
{:en}Implementing Sitecore CI/CD On-premises using Azure Devops Part-1{:}{:ja}Azure DevopsPart-1を使用したオンプレミスでのSitecoreCI / CDの実装{:}
{:en}Continuous Integration is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily - leading to multiple integrations per day. Each integration can then be verified by an automated build and automated tests. This approach leads to significantly reduced integration problems, and you can detect errors quickly,... Continue Reading →
{:en}Adding Computed Field in Sitecore 9{:}{:ja}Sitecore9に計算フィールドを追加する{:}
{:en}I would like to share an instance in Sitecore 9 when I was trying to add a computed field in SOLR . For which I added the following configuration Below is the configuration from Sitecore version before 9 : Post that I rebuild the indexes to create the field. But here is the situation that... Continue Reading →