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

sap-commerce-tools/how-to-develop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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