Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 815 Bytes

readMe.md

File metadata and controls

28 lines (23 loc) · 815 Bytes

AEM Developer Stack

This Fig script allows a full Adobe Experience Manager (AEM) 6 stack to be deployed with Docker container.

*You must have a copy of the AEM 6 installation Media for this to work

Usage

Copy your the installation media and license files into the author and publisher directories. The install media must be given specific names depending on location. cq-author-4502.jar for author, and cq-publish-4503.jar for the publisher. It should appear as follows:

+-- fig.xml
+-- readMe.md
+-- publisher
|   +-- cq-publish-4503.jar [User Added]
|   +-- Dockerfile
|   +-- license.propeties [User Added]
+-- publisher
|   +-- cq-author-4503.jar
|   +-- Dockerfile
|   +-- license.propeties [User Added]

Enter the following to start the environment

fig up