installation

Sitecore XP 10.1 Update 1 – Installation – SIF Way

Certainly, we should use Docker containers for installing Sitecore 10.1 Update 1 as that way is to support rapid deployment + more efficient solution and team onboarding. Personally, I wanted to keep playing around with Windows PowerShell console so I have a good chance to dive deeper into the problem of the install operation if… Continue reading Sitecore XP 10.1 Update 1 – Installation – SIF Way

docker · installation

Sitecore XP 10.1 Update 1 – Installation – Docker Way

This blog post is a summary of my own experience for Sitecore Experience Platform 10.1 Update 1 (e.g Sitecore 10.1.1) installation on my machine with the following install guide: Installation Guide for Developer Workstation with Containers (Thanks Sitecore team!) Prerequisites Windows 10 version 1809 or higher >= 16 Gb of memory Sitecore 10 license file the… Continue reading Sitecore XP 10.1 Update 1 – Installation – Docker Way

installation

Sitecore XP 10.1 Initial Release – Installation – SIF Way

Certainly, we should use Docker containers for installing Sitecore 10.1 Initial Release as that way is to support rapid deployment + more efficient solution and team onboarding. Personally, I wanted to keep playing around with Windows PowerShell console so I have a good chance to dive deeper into the problem of the install operation if… Continue reading Sitecore XP 10.1 Initial Release – Installation – SIF Way

docker · installation

Sitecore XP 10.1 Initial Release – Installation – Docker Way

From Sitecore 10.0 Update 1 (aka Sitecore version 10.0.1), the installation by using containers is stable. It should be helpful for us – Sitecore enthusiastic guys (especially for front-end folks so they don’t have to install a ton of software products before working with Sitecore :D). As you all may know, the latest version 10.1… Continue reading Sitecore XP 10.1 Initial Release – Installation – Docker Way

installation

Sitecore XP 10.0 Update 1 – Installation – SIF Way

To keep up to date with trends, you should use Docker containers for installing Sitecore 10.0.1 as that way is to support rapid deployment + more efficient solution and team onboarding. Personally, I wanted to keep playing around with Windows PowerShell console so I have a good chance to dive deeper into the problem of… Continue reading Sitecore XP 10.0 Update 1 – Installation – SIF Way

docker · installation

Sitecore XP 10.0 Update 1 – Installation – Docker Way

From Sitecore 10.0 Update 1 (aka Sitecore version 10.0.1), the installation by using containers is stable. It should be the first option of us (other options are SIF way and SIA way) – Sitecore enthusiastic guys (especially for front-end folks so they don’t have to install a ton of software products before working with Sitecore… Continue reading Sitecore XP 10.0 Update 1 – Installation – Docker Way

lesson-learned · troubleshooting

How to deal with “Unrecognized Guid format” error message on “Rebuild Link Databases” Sitecore dialog

FYI, it’s a Sitecore 8.2 Update 6 project and there are implementations for the relationship between some kind of content types such as resource, event, campaign, etc An idea is to play around with the Links table by getting all the context item referrers and then filter the appropriate related items. Certainly, there is no… Continue reading How to deal with “Unrecognized Guid format” error message on “Rebuild Link Databases” Sitecore dialog

installation

Sitecore XP 10 Initial Release – Install / Uninstall by using Sitecore Install Framework version 2.3

To be frankly, you should use SIA (e.g Sitecore Install Assistant) to install Sitecore 10.0 as that way is super friendly and easy. Personally, I wanted to keep playing around with Windows PowerShell console so I have a good chance to dive deeper into the problem of the install operation if any. This blog post… Continue reading Sitecore XP 10 Initial Release – Install / Uninstall by using Sitecore Install Framework version 2.3

guide

Sitecore 9 Workshop – How to create a TeamCity project for automated deployment and automated code review

This post is a step-by-step guide for creating a TeamCity project which will be used for the workshop Sitecore 9 – Automated deployment with TeamCity and automated code review with SonarQube (generally, it’s just my own way to translate this set up guide to TeamCity so she can give me a hand to set it… Continue reading Sitecore 9 Workshop – How to create a TeamCity project for automated deployment and automated code review

build · deployment

Sitecore 9 – Automated deployment with TeamCity and automated code review with SonarQube

This post is a summary of my workshop at the company. However, it might be an initiative of your own approach for automated Sitecore XP 9.3 Initial Release deployment with TeamCity and automated code review with SonarQube Applying build and integration of Sitecore Helix Using XML Transforms to support multiple build configurations Using Unicorn – a Sitecore utility… Continue reading Sitecore 9 – Automated deployment with TeamCity and automated code review with SonarQube