Posts

Showing posts from August, 2024

Install & Customize SAP Commerce [Hybris] B2C Site using ant modulegen

Image
In this article I am going to demonstrate, how to install and customize our own SAP Commerce [Hybris] B2C site using modulegen command. ant modulegen command can be used to create the module, which contains set of extensions based on the module template we selected. Step1: Download SAP Hybris / SAP Commerce suite from SAP Portal and extract in a folder as shown below: Step2: Install SAP Commerce using installer recipe [cx]:                Before installing recipe, we can see only bin folder under hybris as show below:                Now go to the installer path and install using cx recipe:                Syntax:  installer.bat -r recipe_name local_property:initialpassword.admin=PASSWORD                                install.bat -r cx -A local_property:initial...

Installing SAP Commerce Cloud [Hybris] using Installer Recipe

Image
In this article I am demonstrating, how to install SAP Commerce[Hybris] using installer recipe. After successful installation we can verify Hybris provided Out of The Box eCommerce sites like Electronics, Apparel UK and Powertools. Here, I am using SAP Commerce Cloud latest version 2211. Step1: Download SAP Commerce[Hybris] suite from SAP Portal and extract in a folder as shown below: Step2: Install SAP Commerce using installer recipe [cx]: Before installing recipe, we can see only bin folder under hybris as show below: Now go to the installer path and install using cx recipe: Syntax : installer.bat -r recipe_name local_property:initialpassword.admin=PASSWORD                 install.bat -r cx -A local_property:initialpassword.admin=nimda Note: This recipe command will add required extensions to the localextensions.xml file based on the recipe name & now we can see other folders in hybris folder: We can also see localextensions.xml file generat...