by-4x1 / aem-admin-extension-customize-sites

Sample package showing how to customize an existing AEM 6 admin console. This package provides updates to Sites administration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adobe Experience Manager 6 Extension: Custom Administration Console

This is a sample package showing how to customize an existing AEM 6 admin console. This package provides updates to Sites administration.

Building

This project uses Maven for building. Common commands:

From the project directory, run mvn clean install content-package:install to build the bundle and content package 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 src/main/content/jcr_root and run

vlt --credentials admin:admin co http://localhost:4502/crx/-/jcr:root . --force

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

About

Sample package showing how to customize an existing AEM 6 admin console. This package provides updates to Sites administration.

License:Apache License 2.0


Languages

Language:Java 57.5%Language:JavaScript 42.5%