Posts

Showing posts with the label Unicorn

Configure Unicorn in Sitecore items for synchronization

Image
                                  Unicorn is a utility for Sitecore that solves the issue of moving templates, renderings, and other database items between Sitecore instances. This becomes problematic when developers have their own local instances - packages are error-prone and tend to be forgotten on the way to production. Unicorn solves this issue by writing serialized copies of Sitecore items to disk along with the code - this way, a copy of the necessary database items for a given codebase accompanies it in source control. The major benefit of this tool is free compare to TDS. So Let’s play with Unicron step by step. 1.      How to install unicorn with your Sitecore Instance?      Here As per your project structure you can create separate module or you can go ahead with existing module. I always preferred separate module for that so let’s mov...