All Projects → Adobe-Consulting-Services → Acs Aem Tools

Adobe-Consulting-Services / Acs Aem Tools

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Acs Aem Tools

aem-cif-project-archetype
Maven template to create new CIF Project AEM projects that follow best practices
Stars: ✭ 20 (-82.3%)
Mutual labels:  aem
Aem Core Wcm Components
Set of standardized components to build websites on AEM.
Stars: ✭ 465 (+311.5%)
Mutual labels:  aem
Aem Guides Wknd
Steps to create a website with Adobe Experience Manager (AEM)
Stars: ✭ 70 (-38.05%)
Mutual labels:  aem
AEM-UP
🚀 AEM Author, Dispatcher and Publisher in one VM managed via Vagrant and provisioned via Ansible
Stars: ✭ 18 (-84.07%)
Mutual labels:  aem
Aem Project Archetype
Maven template to create best-practice websites on AEM.
Stars: ✭ 337 (+198.23%)
Mutual labels:  aem
Aem Testing Clients
Testing tools for Adobe Experience Manager
Stars: ✭ 35 (-69.03%)
Mutual labels:  aem
aem-osgi-annotation-demo
Demonstrates OSGi Declarative Services Annotations along side Felix SCR Annotations.
Stars: ✭ 42 (-62.83%)
Mutual labels:  aem
Aem Htl Style Guide
A style guide for the HTML Template Language (HTL), the templating language use by the Adobe Experience Manager (AEM).
Stars: ✭ 111 (-1.77%)
Mutual labels:  aem
Acs Aem Commons
Stars: ✭ 394 (+248.67%)
Mutual labels:  aem
Aem Guides
AEM Guides contains multiple AEM Maven projects that are code companions for a corresponding tutorial found on helpx.adobe.com
Stars: ✭ 67 (-40.71%)
Mutual labels:  aem
aem-orchestrator
Java application for orchestrating AEM infrastructure created using aem-aws-stack-builder
Stars: ✭ 12 (-89.38%)
Mutual labels:  aem
Aem Links
Adobe Experience Manager links, cheat sheets and solutions to common problems.
Stars: ✭ 254 (+124.78%)
Mutual labels:  aem
Aem Core Cif Components
A set of configurations and components to get you started with AEM Commerce development
Stars: ✭ 60 (-46.9%)
Mutual labels:  aem
AEM-DataLayer
Simple DataLayer API for Adobe Experience Manager
Stars: ✭ 33 (-70.8%)
Mutual labels:  aem
Felix Search Webconsole Plugin
Search Web Console Plugin for Apache Felix
Stars: ✭ 79 (-30.09%)
Mutual labels:  aem
gradle-aem-multi
Example Multi-Module AEM application built by Gradle Build System
Stars: ✭ 31 (-72.57%)
Mutual labels:  aem
Aem Package Manager
A tool for managing AEM packages from the command line.
Stars: ✭ 11 (-90.27%)
Mutual labels:  aem
Accesscontroltool
Rights and roles management for AEM made easy
Stars: ✭ 113 (+0%)
Mutual labels:  aem
Tools
Tools to support development, testing and deployment of Marketing Cloud technologies
Stars: ✭ 94 (-16.81%)
Mutual labels:  aem
Asset Share Commons
A modern, open-source asset share reference implementation built on Adobe Experience Manager (AEM)
Stars: ✭ 65 (-42.48%)
Mutual labels:  aem

ACS AEM Tools

Join the chat at https://gitter.im/Adobe-Consulting-Services/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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].