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:
- Create a package with digital assets and deploy to AEM package manager
- Stop the
com.day.cq.workflow.launcher.impl.WorkflowLauncherImpl— this prevents getting stuck on rendition workflow - Install the package from step 1
- Start the
com.day.cq.workflow.launcher.impl.WorkflowLauncherImpl
These steps allow importing assets on AEM quickly with renditions.