Installing EP Commerce for Adobe Marketing Cloud
Installing EP Commerce for Adobe Marketing Cloud
This section describes how to build EP Commerce for Adobe Marketing Cloud and install it on Adobe Experience Manager.
Building EP Commerce for Adobe Marketing Cloud
To build EP Commerce for Adobe Marketing Cloud 6.2:
- Navigate to source_directory\ep-aem-commerce and run:
mvn clean install
To build geometrixx-demo
- Navigate to source_directory\geometrixx-demo and run:
mvn clean install
Deploying EP Commerce for Adobe Marketing Cloud Packages
To deploy the built packages to AEM:
- Navigate to source_directory\ep-aem-commerce and run:
mvn clean install -Pdeploy-author
To deploy the built geometrixx-demo package to AEM:
- Navigate to source_directory\geometrixx-demo and run:
mvn clean install -Pdeploy-author
You can set the following maven properties during deploy:
For example, to set the author user name and
password:
Property | Description |
---|---|
aem.author.user | The user name used to log in to the AEM instance. |
aem.author.password | The password used to log in to the AEM instance. |
aem.author.host | The host of the server to deploy to. |
aem.author.port | The port of the server to deploy to. |
mvn clean install -Pdeploy-author -Daem.author.user=admin -Daem.author.password=password
Alternately, deploy EP Commerce for Adobe Marketing Cloud using the CRX
Package Manager GUI:
- In AEM, open the Package Manager at http://localhost:4502/crx/packmgr/index.jsp
- Install the ep-commerce-api-{version}.zip file, which is located in the source_directory\ep-aem-commerce\deployment-package\target directory.
- If you wish to use the Geometrixx demo, also install the ep-geometrixx-content-{version}.zip file located in the source_directory\geometrixx-demo\deployment-package\target directory.
Running EP Commerce for Adobe Marketing Cloud
Once EP Commerce for Adobe Marketing Cloud successfully deploys, do the
following:
- Start up Cortex following these instructions.
- Open the Geometrixx demo at http://localhost:4502/content/geometrixx-outdoors/en_US.html.