From AEM 6.1 how to sync DAM to windows folder to push to git. | Community
Skip to main content
Level 2
June 21, 2022
Solved

From AEM 6.1 how to sync DAM to windows folder to push to git.

  • June 21, 2022
  • 1 reply
  • 618 views

I need to sync DAM assets, and web pages from AEM6.1 to windows drive and then push them to git repository.  how can I use 'vlt rcp '? can you please share the sample queries for vlt rcp. If I need to sync only one path like "content/dam/portal/images/small/"

Note: Production and staging AEMs are access using tunneling.

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 SantoshSai

Hi @kyasam ,

If you are using Intellij 2019.2 and below version, no need to run any manual commands

Now download the intellivault plugin from https://plugins.jetbrains.com/plugin/download?rel=true&updateId=44439 and install it manually in Intellij 2019.2 version.

Navigate to IntellijIdea -> Plugins -> Settings -> Install Plugin from disk

Restart the Application.

 

Now Navigate to intellivault settings in Intellij Application and configure the Vault directory:

The path will be absolute path to your bin folder where you kept the extracted vault application.

 

This should enable the pull/push from CRX using Intellij Idea.

 

Right click on the folder which you want to pull/push in code base and you will be able to see the below options.

 

https://plugins.jetbrains.com/plugin/7328-intellivault

https://github.com/shsteimer/IntelliVault

 

Steps to setup:

https://medium.com/@darakhshansheikh/integrate-aem-crx-repository-with-intellij-using-intellivault-p...

 

At the end you are just away from committing code to github repo.

Hope that helps!

Regards,

Santosh

 

1 reply

SantoshSai
Community Advisor
SantoshSaiCommunity AdvisorAccepted solution
Community Advisor
June 21, 2022

Hi @kyasam ,

If you are using Intellij 2019.2 and below version, no need to run any manual commands

Now download the intellivault plugin from https://plugins.jetbrains.com/plugin/download?rel=true&updateId=44439 and install it manually in Intellij 2019.2 version.

Navigate to IntellijIdea -> Plugins -> Settings -> Install Plugin from disk

Restart the Application.

 

Now Navigate to intellivault settings in Intellij Application and configure the Vault directory:

The path will be absolute path to your bin folder where you kept the extracted vault application.

 

This should enable the pull/push from CRX using Intellij Idea.

 

Right click on the folder which you want to pull/push in code base and you will be able to see the below options.

 

https://plugins.jetbrains.com/plugin/7328-intellivault

https://github.com/shsteimer/IntelliVault

 

Steps to setup:

https://medium.com/@darakhshansheikh/integrate-aem-crx-repository-with-intellij-using-intellivault-p...

 

At the end you are just away from committing code to github repo.

Hope that helps!

Regards,

Santosh

 

Santosh Sai