$ ./install.sh -r b2c_acc_plus
This command will add the required extensions to the localextensions.xml file as per the recipe name we have provided in the command.
$ ./setantenv.sh
$ ant modulegen -Dinput.module=accelerator -Dinput.name=training -Dinput.package=com.hybris.training -Dinput.template=develop
module as accelerator which means we are developing B2C module. with module name = training
java class package prefix, we have given as com.hybris.training
Template specifies whether configuration is for development or production.
ant clean all
sudo spctl --master-disable
hybrisserver.(bat/sh) debug
initialization via HAC
Tags: [
]