安裝 hybris 平臺的示例實現
要了解 hybris 平臺的不同功能,你可以使用安裝配方。為此,只需下載 HYBRISCOMMXXXX_X-XXXXXXXX.ZIP 並將其解壓縮到本地裝置。而不是通過以下步驟:
你可以在資料夾\ hybris \ installer \ recipes 下找到<recipe_names>。
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 或 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
有關預設安裝配方的更多資訊,請檢視此處: Hybris WIKI - (需要註冊)