Skip to content
This repository was archived by the owner on Feb 16, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 855 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 855 Bytes

Archived on 2020-02-16
I recently switched jobs away from SAP Commerce development

How to efficiently develop SAP Commerce

ko-fi

This repo showcases tips & tricks regarding efficient development with SAP Commerce

Prerequisites

DCEVM for JDK 8 is installed as described here

Setup

  1. clone the repository
  2. download the latest SAP Commerce 6.7 version (6.7.0.8 at the time of writing)
  3. copy/move the platform.zip into the lib/ folder, rename the file to hybris-commerce-suite-6.7.0.8.zip
  4. git checkout 1-minimal
  5. ./gradlew bootstrap

Now you can follow the trail...