AEM Digital Assets Installation

Evgeniy Fitsner Software Engineer
1 min read
AEM Digital Assets Installation

There is a common case when installation of digital assets on AEM becomes necessary. The most straightforward approach involves creating a package containing the required assets and deploying it through AEM’s package manager.

The following steps enable this process:

  1. Create a package with digital assets and deploy to AEM package manager
  2. Stop the com.day.cq.workflow.launcher.impl.WorkflowLauncherImpl — this prevents getting stuck on rendition workflow
  3. Install the package from step 1
  4. Start the com.day.cq.workflow.launcher.impl.WorkflowLauncherImpl

These steps allow importing assets on AEM quickly with renditions.