安装 hybris 平台的示例实现

要了解 hybris 平台的不同功能,你可以使用安装配方。为此,只需下载 HYBRISCOMMXXXX_X-XXXXXXXX.ZIP 并将其压缩到本地设备。而不是通过以下步骤:

你可以在文件夹\ hybris \ installer \ recipes 下找到<recipe_names>。

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 或 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
    

有关默认安装配方的更多信息,请查看此处: Hybris WIKI - (需要注册)