AEM Development Environment Setup – Windows
Adobe Experience Manager (AEM) is a comprehensive content management solution for building websites, mobile apps, and forms. It enables businesses to create, manage, and optimize digital customer experiences across multiple channels. Setting up an AEM development environment on Windows requires installing necessary software, configuring system variables, and running the AEM QuickStart JAR file. This guide outlines the step-by-step process to set up AEM for development purposes. Step 1 – Install Required Software Step 2 – Edit System Environment Variables Step 3 – Create a folder structure for AEM. Copy your AEM jar file and license.properties file into your AEM folder, as shown in the screenshot below. Step 4 – Open the CMD (Command Prompt) in your folder hierarchy and unpack the JAR (Java Archive) file with command “java –jar <aem-jar-file-name>.jar -unpack” Step 5 – After Unpacking the JAR file, you will see that crx-quickstart folder is automatically created. Step 6 – Open the crx-quickstart folder then you will see the multiple folders. Step 7 – Open the bin folder then you will see the multiple files. Step 8 – Modify AEM Configuration Open the start.bat file in a text editor to change the AEM startup parameters such as port, run mode, host, etc. In this file you can configure the Port and Run Mode according to your requirements. For initial setup you should update the RAM/Memory by following below steps: Final Step – To run AEM, double-click on the start.bat file to start the process. Congratulations, you have completed the initial AEM Setup.