How to setup aem sync up with Intellij ? | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ArpitVarshney

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-intellij-on-windows/ 

If setting up in Linux or Mac, follow this: https://github.com/Adobe-Marketing-Cloud/tools/tree/master/repo 

Regards,

Arpit Varshney

4 replies

Sudheer_Sundalam
New Participant
July 26, 2023

@monish_gavali ,

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

Sady_Rifat
New Participant
July 26, 2023

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.

 

ArpitVarshney
ArpitVarshneyAccepted solution
New Participant
July 26, 2023

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-intellij-on-windows/ 

If setting up in Linux or Mac, follow this: https://github.com/Adobe-Marketing-Cloud/tools/tree/master/repo 

Regards,

Arpit Varshney

ayushmishra07
Employee
July 26, 2023