Skip to content

This repo Explains how you can deploy SAP hybris on docker

Notifications You must be signed in to change notification settings

debianmaster/docker-hybris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-hybris

This repo Explains how you can deploy SAP hybris on docker Most of the source and ideas are copied from https://github.com/prelegalwonder/hybris-docker Changed few things to make it work for myself.

Env setup

Create a docker machine for testing

docker-machine create --virtualbox-disk-size  700000  --virtualbox-memory "4096"     -d virtualbox dev 
docker-machine start dev
eval "$(docker-machine env dev)"

Build hybris image

git clone https://github.com/debianmaster/docker-hybris.git
cd docker-hybris

Download hybris source zip

Download hybris-commerce-suite-5.4.0.4.zip from wiki.hybris.org
I saw a zip here, but i'm not sure if you can use it or not legally https://www.swiftcore.com/repo/ at your own risk

docker build -t "hybris" .

Run hybris image

docker run -d -P hybris

About

This repo Explains how you can deploy SAP hybris on docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages