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)