Skip to content

AEM

Installation on AEM

Manual

  1. Download the package from the releases page
  2. Install the package via the AEM package manager
  3. Configure the endpoint to you Ethereal Nexus Dashboard.
  4. Assign your configuration to a sites project.

Adding to your Codebase

* On your AEM Project (Preferred)

  1. Add the github repository
<repositories>
<repository>
<id>ethereal-nexus</id>
<name>GitHub Ethereal Nexus</name>
<url>https://maven.pkg.github.com/diconium/ethereal-nexus</url>
</repository>
</repositories>
  1. Add the Maven dependency to you AEM project on module: all file: pom.xml
<dependency>
<groupId>com.diconium</groupId>
<artifactId>ethereal-nexus.all</artifactId>
<version>1.2.16</version>
<type>zip</type>
</dependency>
  1. Add the Embedded vault package definition on module: all file: pom.xml
<embedded>
<groupId>com.diconium</groupId>
<artifactId>ethereal-nexus.all</artifactId>
<type>zip</type>
<target>/apps/REPLACE_WITH_YOUR_CUSTOM_NAME-vendor-packages/remote-components/install</target>
</embedded>
  1. Configure the endpoint to you Ethereal Nexus Dashboard.
  2. Assign your configuration to a sites project.