Easy Extension Framework v0.5 Help

Using Easy Installer Recipe

The Easy Extension Framework project includes an installer recipe cx-easy based on a standard cx recipe to install the SAP Commerce Cloud with Easy Extension Framework.

Installation Instructions

Step 1: Download & Extract

Download and unzip SAP Commerce Cloud V2 2211 (Latest available Patch Level) from the SAP Software Downloads website.

Step 2: Add cx-easy recipe to the installer

Copy the installer recipe contents to HYBRIS_HOME/installer/recipes/

Step 3: Add Easy Extension Framework extensions to your installation

In HYBRIS_BIN_DIR directory:

  • Create the folder custom if not exists.

  • Move the following Easy Extension Framework extensions to hybris/bin/custom.

    • easycore

    • easytype

    • easyrest

    • easyrestocc

    • easybackoffice

Step 4: Build and Initialize the Recipe

  1. Open a terminal or command prompt window inside the installer folder.

  2. Set up the recipe using the following command:

    ./install.sh -r cx-easy -A initAdminPassword=[password]

    If you are using Windows, change ./install.sh to install.bat.

  3. Initialize the system using the following command:

    ./install.sh -r cx-easy initialize -A initAdminPassword=[password]
  4. Start SAP Commerce Cloud using the following command:

    ./install.sh -r cx-easy start

    (Startup may take approximately 30 minutes, depending on your system.)

  5. Verify that SAP Commerce Cloud is working. To do this, you can:

Step 5: Verify Easy Extension Framework Installation

  • Display the Admin Console: https://localhost:9002 and login using your admin user credentials

  • Validate if there exists a tab with name Easy

  • On Click on Easy tab, you should see the following screen:

    Validate Easy Installation

    Figure | Validate Easy Installation

  • This confirms successful installation of SAP Commerce Cloud with Easy Extension Framework.

Last modified: 18 August 2025