Home » Accelerator » SAP Commerce Cloud B2C Installation Version: 6.6

SAP Commerce Cloud B2C Installation Version: 6.6

Step:1 Unzip commerce cloud installation package and have a look following structure.Open hybris directory.

install_1

Step:2 Get bin folder in hybris directory

install_2

Step:3 See the structure inside bin. It contains all modules and extensions.it also contains platform.

install_4

Step:4 Go inside platform

install_5

Step:5 open platform on command Prompt by typing  cmd on address bar.
(You can also open the platform directly using cmd prompt.)

install_6

Step:5 cmd prompt with platform path will appear as given below:

install_7

Step:6 Run command :
setantenv.bat (for windows)
setantenv.sh(for linux)

install_9

Step:7 Run Command : ant clean all

install_10

Step:8 if it is first time installation , you will get following message:
**** NO Config Folder Found ****
Press Enter to use default value ,which is develop

install_11

Step:9 After sometime you will see BUILD SUCCESSFUL

install_12

Step :10 After ant clean all it will generate following directory.

install_13

Step:11 lets go installer directory and run following recipe:
install.bat -r b2c_acc

install_14

Let it be done with BUILD SUCCESSFUL

install_15

Step:12 Finally initialize the b2c webshop with following command:
install.bat -r b2c_acc initialize

install_16

Step:13 Once it is done then go back to platform and run Following Command:
hybrisserver.bat  Or hybrisserver.bat debug

platformOnCMD