Setup dispatcher server locally | AEM as cloud service
Prerequisite:
1. Download the docker from Docker official site for our operating system. >> https://www.docker.com/products/docker-desktop and install the docker. Note: We need administrator privileged to run this installer, since this docker installer will change some BIOS settings in operating system.
2. Download latest AEM-SDK from Adobe software distribution library. https://experience.adobe.com/#/downloads/content/software-distribution/en/aemcloud.html
Steps to setup:
Step 1: Start docker, make sure our docker is active and running.
Step 2: Create a folder "C:\Users\<user>\aem-sdk\dispatcher". Then extract the file "aem-sdk-dispatcher-tools-<version>-windows.zip" here. This will extract three folders:
- bin
- src
- docs
Note: These all folder should direct child of dispatcher folder.
Step 3: Open the CLI (cmd) at open directory "C:\Users\<user>\aem-sdk\dispatcher"
Now run the command bin\validator full -d out src
C:\Users\<user_name>\aem-sdk\dispatcher>bin\validator full -d out src
Cloud manager validator 2.0.21
2020/08/07 18:31:20 No issues found
bin\docker_run out host.docker.internal:4503 8080
del -/Q out && bin\validator full -d out <path of the dispatcher source files in your project>
e.g. del -/Q out && bin\validator full -d out E:\aem\aemcloudmanager\aem-cloud-manager-set-up\dispatcher\src
Read full blog
https://rashidjorvee.blogspot.com/2020/08/setup-local-dispatcher-server-aem.html