Package Manager
Package Manager manages the packages on your AEM installation. After you have assigned the necessary permissions you can use Package Manager for various actions, including configuring, building, downloading, and installing your packages.
Required Permissions
To create, modify, upload, and install packages, users must have the appropriate permissions on the following nodes:
- Full rights excluding delete on
/etc/packages
- The node that contains the package contents
Accessing Package Manager
You can access Package Manager in three ways:
- From the AEM main menu > Tools > Deployment > Packages
- From CRXDE Lite using the top switcher bar
- Directly by accessing
http://<host>:<port>/crx/packmgr/
Package Manager UI
Package Manager is divided into four main functional areas:
-
Left Navigation Panel - This panel lets you filter and sort the list of packages.
-
Package List - This is the list of packages on your instance filtered and sorted per selections in the Left Navigation Panel.
-
Activity Log - This panel is minimized at first and expands to detail the activity of Package Manager such as when a package is built or installed. There are additional buttons in the Activity Log tab to:
- Clear Log
- Show/Hide
-
Toolbar - The toolbar contains refresh buttons for the Left Navigation Panel and Package list and buttons for searching, creating, and uploading packages.
Clicking an option in the Left Navigation Panel immediately filters the Package List.
Clicking a package name expands the entry in the Package List to show more detail about the package.
There are number of actions that can be taken on a package via the toolbar buttons available when the package detail is expanded.
Further actions are available beneath the More button.
Package Status
Each entry in the package list has a status indicator to let you know at a glance the status of the package. Hovering over the status reveals tooltip with the detail of the status.
If the package has been changed or was never built, the status is presented as a link to take quick action to rebuild or install the package.
Package Settings
A package is essentially a set of filters and the repository data based on those filters. Using the Package Manager UI, you can click a package and then the Edit button to view the details of a package including the following settings.
General Settings
You can edit a variety of package settings to define information such as the package description, dependencies, and provider details.
The Package Settings dialog is available via the Edit button when creating or editing a package. After any changes are made, click Save.