Skip to content

SAP commerce (Hybris) B2B & B2C docker for Accelerator and Spartacus Demo

License

Notifications You must be signed in to change notification settings

anasoid/docker-sap-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-sap-commerce

Docker SAP commerce (Hybris) for demo with Spartacus and Accelerator.

Quick reference

Image version

SAP Commerce (anasoid/sap-commerce)

SAP Spartacus (anasoid/sap-spartacus)

Features

  1. Start SAP commerce demo in less than 10 minutes.
  2. Accelerator B2C apparel, electronics.
  3. Accelerator B2B powertools.
  4. Spartacus B2C apparel, electronics.
  5. Spartacus B2B powertools.
  6. SAP platform is not provided in image, a local platform is required to start SAP commerce container.
  7. Rootless docker image.

Content

Getting Started

Start SAP Commerce

  1. Unzip SAP Commerce to a folder .
  2. Configure hosts, in /etc/hosts for linux or c:\Windows\System32\Drivers\etc\hosts for windows add :
    1. 127.0.0.1 electronics.local apparel-de.local apparel-uk.local powertools.local
  3. Start SAP Commerce and replace <sap-commerce-platform> with local hybris platform with the same version as docker image.
docker run  --name hybris -v <sap-commerce-platform>:/hybris -p 9002:9002 -p 8983:8983  anasoid/sap-commerce:2105.10
  1. Wait ~10 minutes until hybris start:
  2. Check accelerator B2C:
    1. https://apparel-uk.local:9002/yacceleratorstorefront/
    2. https://apparel-de.local:9002/yacceleratorstorefront/
    3. https://electronics.local:9002/yacceleratorstorefront/
  3. Check accelerator B2B:
    1. https://powertools.local:9002/yb2bacceleratorstorefront
    2. Use the folowing customer to login with password '1234'
      1. [email protected]
      2. [email protected]
      3. [email protected]
      4. [email protected]
      5. [email protected]
      6. [email protected]

Start SAP Spartacus

Start only one Spartacus instance on the same time.

Start SAP Spartacus B2C

  1. Start SAP Spartacus B2C.
docker run --name spa  -p 4200:4200 -e "BASE_URL=localhost:9002" anasoid/sap-spartacus:4.3
  1. Wait ~5 minutes until Spartacus start.
  2. Check SAP commerce is laredy started and certificat is accepted for https://localhost:9002.
  3. Check Spartacus B2C :
    1. http://localhost:4200/apparel-uk-spa/en/GBP/
    2. http://localhost:4200/electronics-spa/en/USD/

Start SAP Spartacus B2B

  1. Start SAP Spartacus B2B.
docker run --name spa-b2b  -p 4200:4200 -e "BASE_URL=localhost:9002" anasoid/sap-spartacus:4.3-b2b
  1. Wait ~5 minutes until Spartacus start.
  2. Check SAP commerce is laredy started and certificat is accepted for https://localhost:9002.
  3. Check Spartacus B2C :
    1. http://localhost:4200/powertools-spa/en/USD/

Parameters

Spartacus configuration

Environment variables Description Default
BASE_URL SAP Commerce URL localhost:9002

Troubleshooting & Limitation

  1. Backoffice Solr indexation not work : bug in SAP commerce.