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
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