In Hybris yaccelerator is a default out-of-box store but we want to create our own by using Hybris multi-channel suite.Follow the below steps for the same.
Step 1: Go to cmd and hybris bin plateform directory and run >ant modulegen
Step 2: Choose extension template as "accelerator" , name as "training" and package name as "com.training"
Step 1: Go to cmd and hybris bin plateform directory and run >ant modulegen
Step 2: Choose extension template as "accelerator" , name as "training" and package name as "com.training"
After performing all above step , Below seven extension gets
(1) trainingcockpits
(2) trainingcore
(3) trainingfacades
(4) trainingfulfilmentprocess
(5) traininginitialdata
(6) trainingstorefront
(7) trainingtest
Step 3: Now add all the 7 newly created extensions in localextensions.xml
Step 4: Run ant clean all
Step 5: Start hybris server using hybrisserver.bat
Step 6: Initialize extension from Hybris admin console
Step 7:Hit the URL http://localhost:9001/trainingstorefront/?site=apparel-uk
In case any CMSSite related issues is faced. Please initialise apparel/electronics(which ever you going to use) first from admin console.