Saturday, July 8, 2017

Start Adobe Experience Manager AEM in command line

1. Get license jar (e.g. cq-quickstart-6.3.0.jar) and license.properties file from Adobe.
Please make sure you have a valid licensed product.

2. Move the above two files in the same folder

3. Rename jar file to desired run modes and port  (e.g. aem-author-4502.jar)

4. Start jar using Java 8.
Example of run command:
java -XX:MaxMetaspaceSize=1024m -Xmx1024M -jar aem-author-4502.jar

5, It takes few minutes to start - once started you can get login screen with admin/admin user.