Expand my Community achievements bar.

SOLVED

Dupra to aem

Avatar

Level 2

Dear all, can anyone please suggest what is the best way to dump the content from dupra website like pages and assets to aem .is there any script required to create a demo project or any xml data we need to generate to dump data into Aem

1 Accepted Solution

Avatar

Correct answer by
Level 10

There is OOB feature to migrate from Drupal to AEM. You'd have to create custom template/components/pages per your use case.

View solution in original post

9 Replies

Avatar

Correct answer by
Level 10

There is OOB feature to migrate from Drupal to AEM. You'd have to create custom template/components/pages per your use case.

Avatar

Employee Advisor

This article provides a brief overview of how to perform the migration but as Gaurav mentioned, there is no OOTB component to automate the process.

You have the understand the requirement, generate an XML from source and use Sling/Jcr API to perform the migration

Avatar

Level 2

Thanks jai and gaurav for your support. I just want to ask that I have a article in drupal which contains text and 4 blue buttons of tweet , gmail.fb...on upper and then displaying text and at the bottom of article they have some link. Can you please suggest if we try similar component in aem what is best way to create that

Avatar

Level 2

Thanks team .for your support. I just want to ask that I have a article in drupal which contains text and 4 blue buttons of tweet , gmail.fb...on upper and then displaying text and at the bottom of article they have some link. Can you please suggest if we try similar component in aem what is best way to create that

Avatar

Level 10

Normal RTE component should work.

Did you get a chance to go through WKND/We-Retail reference sites that are available in AEM. You could easily find a working component to understand what suits best for your use case.

Getting Started with AEM Sites - WKND Tutorial https://helpx.adobe.com/experience-manager/6-4/sites/developing/using/we-retail.html

We.Retail Reference Implementation

GitHub - Adobe-Marketing-Cloud/aem-sample-we-retail: We.Retail is a reference implementation of a re...

Avatar

Level 2

Thanks gaurav.currently I tried to create a Aem maven project using archetype 17 by eclipse its working for archetype till 15 and for 16 and 17 it shows unable to create project showing a url also in error- https// repo.adobe.com/nexus........any help on this anyone plz

Avatar

Level 10

cmd--

mvn archetype:generate -DarchetypeGroupId=com.adobe.granite.archetypes -DarchetypeArtifactId=aem-project-archetype -DarchetypeVersion=17

GitHub - adobe/aem-project-archetype: Maven template to create a new Adobe Experience Manager (AEM) ...

Avatar

Level 2

Thanks team .because of you  I am able to setup Aem project as lead .if you don't mind can i ask one thing -     I have a datepicker dilog field I author the date from dilog but it's not displaying in htl component.is there any code which can display date in my html code.i used {{}properties.startDate} in html