Solved! Go to Solution.
Views
Replies
Total Likes
Hi @monish_gavali
AEM Repo is the best open-source tool to achieve this sync.
If you are setting up in Windows follow this blog by my colleague: https://www.tothenew.com/blog/step-by-step-tutorial-on-setting-up-aem-repo-tool-for-syncing-aem-with...
If setting up in Linux or Mac, follow this: https://github.com/Adobe-Marketing-Cloud/tools/tree/master/repo
Regards,
Arpit Varshney
You can use Cygwin to create sync between your code repo and AEM when using IntelliJ. Please check this link for more details :
Hi @monish_gavali
AEM Repo is the best open-source tool to achieve this sync.
If you are setting up in Windows follow this blog by my colleague: https://www.tothenew.com/blog/step-by-step-tutorial-on-setting-up-aem-repo-tool-for-syncing-aem-with...
If setting up in Linux or Mac, follow this: https://github.com/Adobe-Marketing-Cloud/tools/tree/master/repo
Regards,
Arpit Varshney
Hello @monish_gavali ,
As @ArpitVarshney and @ayushmishra07 suggest for AEM Repo Tool you can use that.
Additionally, you can use the AEMSync tool that is based on node.
For that, you need to install node 18. And after that you can install the tool: https://www.npmjs.com/package/aemsync
npm install aemsync -g
Usages: run this command aemsync
It will continuously push the code to CRX after every save.
Take a look at this AEM Intellij plugin: https://plugins.jetbrains.com/plugin/9863-aem-support