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
Open a terminal or command prompt window inside the
installer
folder.Set up the recipe using the following command:
./install.sh -r cx-easy -A initAdminPassword=[password]If you are using Windows, change
./install.sh
toinstall.bat
.Initialize the system using the following command:
./install.sh -r cx-easy initialize -A initAdminPassword=[password]Start SAP Commerce Cloud using the following command:
./install.sh -r cx-easy start(Startup may take approximately 30 minutes, depending on your system.)
Verify that SAP Commerce Cloud is working. To do this, you can:
Display the Admin Console: https://localhost:9002
Display Backoffice: https://localhost:9002/backoffice (can take 15–20 seconds to start the first time)
Step 5: Verify Easy Extension Framework Installation
Display the Admin Console: https://localhost:9002 and login using your
admin
user credentialsValidate if there exists a tab with name
Easy
On Click on
Easy
tab, you should see the following screen:Figure | Validate Easy Installation
This confirms successful installation of SAP Commerce Cloud with Easy Extension Framework.