Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events
SOLVED

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

Avatar

Level 5

Hi Team

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

 

Regards

Vara

1 Accepted Solution

Avatar

Correct answer by
Level 8

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!

 

 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 8

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!