Best Practices to deploy only dispatcher module for AEM6.5 on-premises | Community
Skip to main content
New Participant
August 25, 2023
Solved

Best Practices to deploy only dispatcher module for AEM6.5 on-premises

  • August 25, 2023
  • 1 reply
  • 547 views

Hi Team

Best Practices to deploy only dispatcher module for AEM6.5 on-premises using automation way (CD Process )

 

Regards

Vara

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by sherinregi-1

Hi @varaande 

Since you are running on prem, one of the approaches is to keep the dispatcher configuration in git source control for better versioning and for deployments you can use GitHub action workflows or any other tools to upload the latest to the Apache server.

 

Please find the below link for reference . It has shell scripts written to connect to the server and upload.

https://github.com/kiransg89/AEM-Dispatcher-module-deployment/tree/master

 

Hope it helps!

 

 

1 reply

sherinregi-1
sherinregi-1Accepted solution
New Participant
August 25, 2023

Hi @varaande 

Since you are running on prem, one of the approaches is to keep the dispatcher configuration in git source control for better versioning and for deployments you can use GitHub action workflows or any other tools to upload the latest to the Apache server.

 

Please find the below link for reference . It has shell scripts written to connect to the server and upload.

https://github.com/kiransg89/AEM-Dispatcher-module-deployment/tree/master

 

Hope it helps!