kaushalmall / aem-hotfix-installer

This utility automates the process of installing hotfixes on an AEM instance in the order specified.
Apache License 2.0
3 stars 0 forks source link

aem-hotfix-installer

This utility automates the process of installing hotfixes on an AEM instance in the order specified. It is still a work in progress and will keep evolving so, please use at your own risk. If you have any nice additions to the code, please submit an issue and a corresponding PR and I will try my best to include it.

Please look at the current list of issues to see what additions are being considered.

I have not tested this for Service Pack Installs.

Sample config.properties file

host=localhost
port=4502
username=admin
password=admin
installPackages=false
maxNumberOfRetries=10
maxWaitTimeMS=4000
hotfixes=acs-aem-commons-content-2.1.0-min.zip,cq-6.1.0-hotfix-9104-1.0.zip

To use

Logging