Automating packages deployment: CRX HTTP API/OSGi Installer?
Hi,
I would like to automate a bit the deployment of CRX/Vault packages to AEM instances. As of now I know about these two possibilities:
- CRX HTTP Service API: Using cURL or some other tool to upload/install/uninstall/etc. packages via CRX
- Sling OSGi Installer: Simply uploading bundles or vault packages to som ".../install" or ".../config" folders. The OSGi Installer then picks these packages for installation.
What do you use or do you prefer?
Or what's the Adobe AEM recommended approach?