Easy Extension Framework v0.5 Help

Install for Existing SAP Commerce Cloud Setup

This page describes the process to configure Easy Extension Framework in an existing SAP Commerce Cloud Installation.

The steps to install Easy Extension Framework on top of an existing SAP CCommerce Cloud installation are:

  1. 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

  2. In HYBRIS_CONFIG_DIR

    • add the following extensions to localextensions.xml

      <extensions> ... <extension name='easycore'/> <extension name='easytype'/> <extension name='easyrest'/> <extension name='easyrestocc'/> <extension name='easybackoffice'/> </extensions>
  3. In HYBRIS_BIN_DIR/platform

    • Set ant environment (if not already done) by executing (. ./setantenv.sh or setantenv.bat whatever is applicable)

    • Execute build in HYBRIS_BIN_DIR/platform by executing

      ant all
    • Execute System Update by executing

      ant updatesystem
  4. Start the SAP Commerce Cloud Server

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

  6. Verify that the 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