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

guide

Habitat is NOT a starter kit for your Sitecore solution

Recently, I’ve had a good chance to consolidate my own Sitecore knowledge / experience by participating in an official eLearning course Building Solutions using Sitecore® Helix 9.2 of Sitecore. In my opinion, it’s quite helpful to understand Sitecore Helix practices. You want to know how to implement the website(s) on Sitecore Experience Platform and following Helix practices. If that… Continue reading Habitat is NOT a starter kit for your Sitecore solution

guide

Playing around with Sitecore.HabitatHome.Utilities and Habitat Home Commerce 9.0.2 on your machine

Personally, I’m fond of Sitecore.HabitatHome.Utilities so much. It’s really a quick way for me to install the following Sitecore demo: Habitat Home: HabitatHome Demo and the tools and processes in it is a Sitecore® solution example built using Sitecore Experience Accelerator™ (SXA) on Sitecore Experience Platform™ (XP) following the Helix architecture principles GitHub: https://github.com/Sitecore/Sitecore.HabitatHome.Content Live site: https://experienceplatform.habitathomedemo.com/ Today, I want to… Continue reading Playing around with Sitecore.HabitatHome.Utilities and Habitat Home Commerce 9.0.2 on your machine

guide

Playing around with Sitecore.HabitatHome.Utilities on your machine

Generally speaking, I’m a very lazy developer so that I’m always welcome the better way to do a thing. As you may know, there are many manual steps to install Sitecore demo(s) such as Habitat Home and Habitat Home Commerce. In this case, Sitecore.HabitatHome.Utilities should be useful for me. For your information: https://www.jflh.ca/2018-09-07-installing-a-sitecore-instance-and-experience-commerce-for-habitat-home-the-quick-way Note: you may… Continue reading Playing around with Sitecore.HabitatHome.Utilities on your machine

guide

How to get started learning Sitecore

Personally, I’d like to summarize the highlight Sitecore learning resources for myself and for everyone. I’m so happy that the Sitecore community is awesome and there are many helpful Sitecore stuffs are kept created daily. Sitecore Knowledge Base Sitecore Experience Platform (XP): https://sitecore.stackexchange.com/questions/1737/how-can-i-get-started-learning-sitecore great Q&A on Sitecore Stack Exchange by Sitecore MVP Mark Cassidy Note 1: Sitecore… Continue reading How to get started learning Sitecore

guide

A step by step guide for Sitecore 9 installation on your machine

You may want to have a look at Sitecore 9.1 installation rather than this one This one is a summary of my own experience for Sitecore Experience Platform 9 Initial Release (aka Sitecore XP 9.0.0) installation on my machine. I read a lot of articles + blog posts and decided to go with these ones… Continue reading A step by step guide for Sitecore 9 installation on your machine

guide

How to know the changed files between the releases

Hopefully this one is helpful for creating your own checklist of every single deployment. Preresiquites Sitecore development developing with Sitecore Unicorn applying Gitflow using TortoiseGit Step by step guide download TortoiseGit and install it switch to current-release git branch and pull code to make sure you get the latest code of current-release branch on your… Continue reading How to know the changed files between the releases