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.
Version | Release Date |
---|---|
6.4.0.1 | 2017-05-31 |
custom stuff
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:
open command shell
Browse to the \hybris\installer directory
install.bat -r <recipe_name>
install.bat -r <recipe_name> initialize
install.bat -r <recipe_name> start
open browser and go to localhost:9001
Linux or Mac:
open command shell
Browse to the \hybris\installer directory
./install.sh -r <recipe_name>
./install.sh -r <recipe_name> initialize
./install.sh -r <recipe_name> start
open browser and go to localhost:9001
For more Information about the default install recipes have a look here: Hybris WIKI - (needs registration)