hybris

Getting started with hybris

Remarks#

This section provides an overview of what hybris is, and why a developer might want to use it.

It should also mention any large subjects within hybris, and link out to the related topics. Since the Documentation for hybris is new, you may need to create initial versions of those related topics.

Versions#

VersionRelease Date
6.4.0.12017-05-31

Installation of an example implementation of the hybris platform

To have a look of the different functionalities of the hybris platform, you can use the install recipes. For this, just download the HYBRISCOMMXXXX_X-XXXXXXXX.ZIP and extract it to you local device. Than go through the following steps:

The <recipe_names> you can find under the folder \hybris\installer\recipes.

Windows:

  1. open command shell
  2. Browse to the \hybris\installer directory
  3. install.bat -r <recipe_name>
  4. install.bat -r <recipe_name> initialize
  5. install.bat -r <recipe_name> start
  6. open browser and go to localhost:9001

Linux or Mac:

  1. open command shell
  2. Browse to the \hybris\installer directory
  3. ./install.sh -r <recipe_name>
  4. ./install.sh -r <recipe_name> initialize
  5. ./install.sh -r <recipe_name> start
  6. open browser and go to localhost:9001

For more Information about the default install recipes have a look here: Hybris WIKI - (needs registration)

How to Setup your own ‘modifiable’ Hybris Accelerator

custom stuff


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow