Skip to content

Command Line Samples

Bertrand de Coatpont edited this page May 19, 2016 · 2 revisions
ant demo

Good place to start experiencing the demo machine!

ant -Ddemo.build=mydemo -Ddemo.jar=aem61 -Ddemo.type=author demo_sites

AEM author-only demo configuration using the AEM 6.1 GA version. This assumes that a file named aem61.jar exists under ./dist/bin

ant -Ddemo.build=cluster -Ddemo.jar=aem61-l12 -Ddemo.type=farm -Ddemo.store=crx3,crx3mongo install

AEM author and 2 node publish cluster configuration using AEM 6.1 Load 12 with MongoDB/MongoMK. This assumes that file named aem61-l12 exists under ./dist/bin

ant -Ddemo.build=cq -Ddemo.jar=cq561 -Ddemo.type=author -Ddemo.license=cq5 install

AEM author only configuration using AEM 5.6.1. This assumes a file named license-cq5.properties exists under ./dist/licenses and a file named cq561.jar under ./dist/bin.

ant -Ddemo.build=communities -Ddemo.jar=aem61 -Ddemo.srp=MSRP demo_communities

AEM demo environment named "communities", with 2 instances author and publish sharing the same store for User Generated Content within a dedicated MongoDB instance

ant demo_communities

AEM author and publish instance preloaded for AEM Communities demos. For Communities for Enablement, the following property needs to be set in build.properties demo.communities.enablement=true (default is false)

ant create

AEM demo environment with the addons loaded up as per the demo.addons.* properties

Clone this wiki locally