adobe cq/ aem ecommerce integration with hybris

7
By: CKJ Team CKJ ([email protected]) 1

Upload: rest-west

Post on 14-Jul-2015

126 views

Category:

Education


0 download

TRANSCRIPT

Page 1: Adobe CQ/ AEM eCommerce Integration with hybris

By: CKJ

Team CKJ ([email protected]) 1

Page 2: Adobe CQ/ AEM eCommerce Integration with hybris

PERQUISITES:

AEM.(It’s advisable if you chose AEM 6.0)

Demonstration content packages:◦ cq-hybris-content-6.0.0◦ cq-geometrixx-hybris-content-6.0.0

Download and build your hybris Server.

Groovypostinit.groovy, schema.sql, setup.groovy, sqltool-2.2.6.jar

Geometrix Outdoor: geometrixx-outdoors-export.csv, geometrixx-outdoors-images.zip, base-store.csv

Team CKJ ([email protected]) 2

Daycare

Hybris

Page 3: Adobe CQ/ AEM eCommerce Integration with hybris

Download and Build your hybris Server Download the hybris Commerce Suite distribution from the

hybris download site

Unzip the distribution file to the required location (Let’s say E:\Hybris)

Run following in command line: cd <hybris-root-directory>/bin/platform

Download the following files to the root folder of your extracted hybris distribution: postinit.groovy, schema.sql, setup.groovy, sqltool-2.2.6.jar

Team CKJ ([email protected]) 3

Linux Windows

. ./setantenv.sh Setantenv.bat

ant clean all ant clean all

cd ../.. ---------

Page 4: Adobe CQ/ AEM eCommerce Integration with hybris

From the command line, execute the following to:

Go to to hybris administration console at: http://localhost:9001

Click Initialize

Shutdown your hybris instance.

Run the following: cd <hybris-root-directory>

groovy postinit.groovy

Team CKJ ([email protected]) 4

Linux Windows

groovy setup.groovy -------------

cd bin/platform -------------

ant clean all -------------

sh hybrisserver.sh Run hybrisserver.bat

Page 5: Adobe CQ/ AEM eCommerce Integration with hybris

Setup the Geometrixx Outdoors Store:

Start your hybris instance : sh hybrisserver.sh

Go to to hybris management console : http://localhost:9001/hmc/hybris

From the sidebar navigation, expland System and Tools. Then select Import to open the Wizard: CSV Import window.

In the Configuration tab, Upload the following Import file: geometrixx-outdoors-export.csv

Set the Locale Setting to: en_US - English (United States)

Open the Resources tab.

Upload the following Media-Zip: geometrixx-outdoors-images.zip

Team CKJ ([email protected]) 5

Page 6: Adobe CQ/ AEM eCommerce Integration with hybris

Click Start to import the specified files. The Result tab will show any log entries

Click Done to close the import window.

From the sidebar, select System, then Tools, then Import.

Upload the following Import file: base-store.csv

Set the Locale Setting to: en_US - English (United States)

Click Start to import the specified files. The Result tab will show any log entries.

Click Done to close the import window.

You can now use the product cockpit to view the imported catalogs and products: http://localhost:9001/productcockpit

Team CKJ ([email protected]) 6

Page 7: Adobe CQ/ AEM eCommerce Integration with hybris

Post your queries to [email protected]

Subscribe us @ youtube for getting all latest videos on Adobe CQ development:

https://www.youtube.com/channel/UCV1siBjRvih3HDjSkP-2ijw

Team CKJ ([email protected]) 7