cancel
Showing results for 
Search instead for 
Did you mean: 

Migrating from Wordpress to Alfresco CRM

foxtrot1213
Champ in-the-making
Champ in-the-making
Hi all,

Is it possible to migrate Wordpress content to Alfresco?  If so then how can I do it? Should I sqldump all data from wordpress SQL database, and then export that dump in Alfresco?
How can I configure the dumped data in Alfresco SQL as blog entries in Alfresco website?

Thanks in advance..
2 REPLIES 2

jjaquette
Champ in-the-making
Champ in-the-making
A sqldump will not get you where you need to be. If you are trying to get these posts in a Share site, then your best bet is using web scripts to load these into Alfresco. You would need to pull them from Wordpress via their api, so a bit of coding is needed here. A good starting point to see the blog post entry in action is to look at the following web script:

http://localhost:8080/share/page/script/org/alfresco/components/blog/postedit.get

foxtrot1213
Champ in-the-making
Champ in-the-making
Thanks…I need those posts not in Share but in Alfresco website. I tried to search this forum but it seems that migration from wordpress to alfresco is either not popular or not implemented