Posts

Showing posts from July, 2024

Integrate Next Js project Local Setup to XM cloud

Image
Introduction: The objective of this document is to Integrate the Next js  project  created in the git hub  in the previous blog to the XM cloud from your local system. Prerequisites   Node version 18 or higher. NET Core 6.0 SDK (check your installed version with the dotnet --version command). Install  git on your local system Visual studio code Copy the repository path from git hub  created in the  previous blog which will be used later while cloning in local system. Lets Get started with  Next Js Project set up  in the local environment.      Clone the repository in your local system. Open the Git CMD and go the project folder where you want to clone  and  execute the below command.                  Git clone <Repository Path> Go the Project location and open it in visual studio code. In my Case the project is cloned in the mentioned below path.     ...

How To Create a Site in XM Cloud Sand Box for Beginner's

Image
  Site Setup in XM Cloud   Introduction: The objective of this document is to help the beginners to set up a site in XM Cloud Sand box  .This document will also capture few details about factors to consider for Licensing.   XM Cloud:  Sitecore Experience Manager Cloud (XM Cloud) is a fully managed self-service deployment platform for developers and marketers to efficiently launch engaging omnichannel experiences in the Cloud using Sitecore’s headless CMS. Experience Manager Cloud bundles the latest versions of  Experience Manager , the Pages editor, Sitecore Headless Experience Accelerator ( S X A ),  Headless Services , the  Sitecore Next.js SDK  (and other Heads), and  Experience Edge .   Architecture   Note -Sitecore managed cloud is different from XM Cloud. Managed cloud talks about hosting your XP or XM in Sitecore azure environment. It’s like a PAAS service whereas XM cloud is SAAS service.   L...