Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

How to setup aem sync up with Intellij ?

Avatar

Level 4
 
1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Community Advisor

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

Lösung in ursprünglichem Beitrag anzeigen

4 Antworten

Avatar

Employee

You can use Cygwin to create sync between your code repo and AEM when using IntelliJ. Please check this link for more details : 

https://www.tothenew.com/blog/step-by-step-tutorial-on-setting-up-aem-repo-tool-for-syncing-aem-with...

Avatar

Korrekte Antwort von
Community Advisor

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

Avatar

Community Advisor

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.

Sady_Rifat_0-1690363418460.png

 

Avatar

Community Advisor

@monish_gavali ,

Take a look at this AEM Intellij plugin: https://plugins.jetbrains.com/plugin/9863-aem-support