Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

How to setup aem sync up with Intellij ?

Avatar

Level 4
 
1 Accepted Solution

Avatar

Correct answer by
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

View solution in original post

4 Replies

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

Correct answer by
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