Setting Up an AEM Local Environment

Mayur Satav
2 min readJul 10, 2024

--

Adobe Experience Manager (AEM) is a powerful content management solution for building websites, mobile apps, and forms. Setting up a local AEM environment is essential for development and testing. This guide will walk you through the steps to get your AEM environment up and running on your local machine.

1. Prerequisites

Before you start, ensure you have the following prerequisites:

  • Java Development Kit (JDK): AEM requires Java to run. Download and install the latest JDK from the Oracle website.
  • AEM Quickstart Jar: Obtain the AEM Quickstart jar file from Adobe. This is typically provided as part of your AEM license.

2. Install Java

  1. Download the JDK installer for your operating system from the Oracle website.
  2. Run the installer and follow the on-screen instructions to complete the installation.
  3. Set the JAVA_HOME environment variable to point to your JDK installation directory.
  4. Add the JDK bin directory to your system's PATH environment variable.

3. Set Up AEM Author and Publish Instances

Author Instance

  1. Create a folder for your AEM author instance (e.g., C:\AEM\author).
  2. Copy the AEM Quickstart jar file to this folder.
  3. Open a command prompt or terminal window.
  4. Navigate to the folder containing the AEM Quickstart jar.
  5. Run the following command to start the author instance:
java -jar aem-author-p4502.jar

Follow the on-screen instructions to complete the setup.

Publish Instance

  1. Create a folder for your AEM publish instance (e.g., C:\AEM\publish).
  2. Copy the AEM Quickstart jar file to this folder.
  3. Open a command prompt or terminal window.
  4. Navigate to the folder containing the AEM Quickstart jar.
  5. Run the following command to start the publish instance:
java -jar aem-publish-p4503.jar

Follow the on-screen instructions to complete the setup.

4. Configure AEM Dispatcher

The AEM Dispatcher is Adobe’s caching and load balancing tool. Setting it up locally involves several steps. visit

--

--

Mayur Satav

Hello! welcome to my homepage! My name is Mayur Satav and I am a Senior Developer. I am an accomplished coder and programmer. Visit www.mayursatav.in