Skip to main content

Learning Sitecore - A beginner tutorial on Sitecore CMS

         Hello! Techie...This Post gives brief description of Sitecore CMS and it's few concepts.

What is CMS(Content Management System)? 

              The Content Management System is for creating, modifying the content in the digital experience(site) without developer's help.

             There are many CMS tools are available in the market, each has their own pros and cons. But Sitecore CMS is powerful framework for enterprise solution. Because it has the advantages of scaling, flexibility and very well integrated into third party systems.

Sitecore CMS

            Sitecore is one of CMS tool. It is leading digital experience software used by organizations globally to create a personalized digital experience.

     Databases :

     When Sitecore is installed, there are few databases are created. The below database are main database in Sitecore. 

  • Core - To maintain a CMS configuration related data. like buttons, link, labels
  • Master - To maintain a all version of items
  • Web  -To maintain a live version of item

   And also few other databases are created for store analytics and user session data.

     Publishing :

        Publishing means changing the content from the Master database to Web Database(making the content live)

       There are few methods are available in the publishing,

  • Republish - It publish all the content in the Sitecore whether it's changed or not
  • Smart Publish - It publish only changed items. It find items based comparing the item revision number in the Master and Web database.
  • Incremental Publish -It publish the items in the publishing queue               

   Deployment  :

               It is required to apply the changes from one instance to another instance in Sitecore. Sitecore support two deployment options: Publishing and Serialization


      I will continue this post. Thanks for reading . Please Share your thoughts in the comment section.

                                          "Learn, Unlearn, Re-Learn"


                   

Comments

Popular posts from this blog

Sitecore 9.3 Installation Steps

 Hello! Techie... In the previous post we seen that about CMS and Sitecore CMS. In this post we will see the Installation and Creation of Sitecore Site. Prerequisites: IIIS 10.0 Windows Server 2016/2019, Windows 10(64 bit) .NET Framework 4.7.2, .NET Core 2.1.12 Windows Hosting Module Microsoft Visual C++ 2017  Microsoft SQL Server 2016 SP2 and 2017, MongoDB Server 4.0.5 Solr 8.1.1 VS2017     I have added few previous version prerequisites for reference.                                                                                                                                                     ...