AEM digital assets installation

There is a common case when we have to install digital assets on AEM. The easiest way to do that is to make a package with the required assets and install it. Below are the installation steps:

  1. Make a package with digital assets and deploy them on AEM package manager.
  2. Stop the com.day.cq.workflow.launcher.impl.WorkflowLauncherImpl – otherwise you will get stuck on rendition workflow.
  3. Install package from p.1
  4. Start the com.day.cq.workflow.launcher.impl.WorkflowLauncherImpl

These steps allow importing assets on AEM quickly with renditions.