Skip to content

MikePfaff/acs-aem-tools

This branch is 193 commits behind Adobe-Consulting-Services/acs-aem-tools:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 9, 2015
Feb 9, 2015
Feb 9, 2015
Apr 26, 2013
Sep 5, 2014
Dec 20, 2013
Dec 12, 2013
Feb 9, 2015

Repository files navigation

ACS AEM Tools

Build Status

This project is a unified collection of AEM/CQ tools generated by the AEM consulting practice.

Building

This project uses Maven for building. Common commands:

From the root directory, run mvn -PautoInstallPackage clean install to build the bundle and content package and install to a CQ instance.

From the bundle directory, run mvn -PautoInstallBundle clean install to build just the bundle and install to a CQ instance.

Using with VLT

To use vlt with this project, first build and install the package to your local CQ instance as described above. Then cd to content/src/main/content/jcr_root and run

vlt --credentials admin:admin checkout -f ../META-INF/vault/filter.xml --force http://localhost:4502/crx

Once the working copy is created, you can use the normal vlt up and vlt ci commands.

Specifying CRX Host/Port

The CRX host and port can be specified on the command line with: mvn -Dcrx.host=otherhost -Dcrx.port=5502

Distribution

The primary audience is Adobe consultants. This package is not meant to be distributed as-is to customers or partners. If distributing, please decompose and distribute only the particular tools you need. No implied warranty.

Rules

  • Spaces, not tabs.
  • Target AEM 5.6. If it works on 5.5, super. But don't go out of your way.
  • Don't use author tags. This is a community project.

Want commit rights?

  • Create an issue.

Packages

No packages published

Languages

  • Java 55.1%
  • JavaScript 37.8%
  • CSS 6.9%
  • Groovy 0.2%