In this section, we will discuss how to set up Adobe Experience Manager with Adobe Target for different scenarios. Based on your scenario and organizational requirements.
Adobe Experience Manager (AEM){#aem}
Experience Cloud
https://<yourcompany>.experiencecloud.adobe.com
Environment
Customer needs to be provisioned with Experience Platform Launch and Adobe I/O from Adobe support or reach out to your system administrator
AEM author and publish instance is necessary to complete this tutorial. We have the author instance running on http://localhost:4502
and publish instance running on http://localhost:4503
. For more information see: Set up a Local AEM Development Environment.
Get a copy of the AEM Quickstart Jar and a license.
Create a folder structure on your computer like the following:
Rename the Quickstart jar to aem-author-p4502.jar
and place it beneath the /author
directory. Add the license.properties
file beneath the /author
directory.
Make a copy of the Quickstart jar, rename it to aem-publish-p4503.jar
and place it beneath the /publish
directory. Add a copy of the license.properties
file beneath the /publish
directory.
Double click the aem-author-p4502.jar
file to install the Author instance. This will start the author instance, running on port 4502 on the local computer.
Sign In using the credentials below, and upon successful login, you are directed to the AEM Home Page Screen.
username : admin
password : admin
Double click the aem-publish-p4503.jar
file to install a publish instance. You can notice a new tab open up in your browser for your publish instance, running on port 4503 and displaying the WeRetail home page. We are using the WKND reference site for this tutorial and let’s install the packages on author instance.
Navigate to AEM Author in your web browser at http://localhost:4502
. On the AEM Start screen, navigate to Tools > Deployment > Packages.
Download and Upload the packages for AEM (listed above under Prerequisites > AEM)
After installing the packages on AEM Author, select each uploaded package in AEM Package Manager, and select More > Replicate to ensure the packages are deployed to AEM Publish.
At this point, you have successfully installed your WKND reference site and all additional packages required for this tutorial.
NEXT CHAPTER: In the next chapter, you will integrate Launch with AEM.