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:
- Make a package with digital assets and deploy them on AEM package manager.
- Stop the com.day.cq.workflow.launcher.impl.WorkflowLauncherImpl – otherwise you will get stuck on rendition workflow.
- Install package from p.1
- Start the com.day.cq.workflow.launcher.impl.WorkflowLauncherImpl
These steps allow importing assets on AEM quickly with renditions.