Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

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

Avatar

Level 2

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.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

SantoshSai_0-1655831892224.png

 

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.

SantoshSai_1-1655831892385.png

 

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

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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.

SantoshSai_0-1655831892224.png

 

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.

SantoshSai_1-1655831892385.png

 

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