Install Adobe I/O Events Add-On Module on AEM On-Premise

You have 2 main options to install the aio-aem-events add-on module:

Using AEM Package Manager

  1. Open AEM Package Manager by selecting the Tools icon and then selecting Deployment and Packages.

  2. In Package Manager, select Upload Package. Select Browse and navigate to the package zip file. Select OK.

    Note: If you have an older version of the package, uninstall it and remove it to avoid potential conflicts.**.

  3. Select Install.

  4. On the Install Package dialog box, select Merge from the Access Control Handling drop-down list and select Install.

  5. Watch the Activity Log. If installed, the log reports that the package is imported.

For more information read the AEM package manager guide

Using maven

Using maven, you may deploy aio-aem-events as an embedded package within your own AEM project.

For more details on embedding 3rd-party within our AEM project read AEM project structure guide.

If you are looking for a working sample browse aio-aem-events-sample