I was trying to setup a replica of dispatcher on a Linux environment same as how we have on AEM as Cloud.
I was able to extract the files using the below command:
./aem-sdk-dispatcher-tools-<version>-unix.sh
Can someone tell me what are the next steps to configure the dispatcher on Linux? When I ran "validate.sh src/dispatcher" it gives the below error:
Phase 1: Dispatcher validator
Cloud manager validator 2.0.34
2021/12/23 13:23:21 stat src/dispatcher: no such file or directory
Followed the steps mentioned here:
https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/conten...
Thanks!