Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: migration of Sharepoint 2013 to Liferay 6.2....
hi,
We are in the process of migrating our sharepoint 2013 to Liferay 6.2.
Any one tried out these type of migration if so can you please share the steps & documents if any.
Thanks in advance
We are in the process of migrating our sharepoint 2013 to Liferay 6.2.
Any one tried out these type of migration if so can you please share the steps & documents if any.
Thanks in advance
Curious as to the migration options as well from SharePoint 2013 myself. Other than a few tests where we moved a list and document library, I didn't see the options to move an entire site. We're considering just opening up Liferay Portal and letting users self-register and move over their own content in due time. We've not found a good migration solution for hundreds of sites.
I'm also curious if it's possible to move over WordPress content?
_____________
Mitchell Ragsdale - IT Consultant
Club Penguin Walkthrough
I'm also curious if it's possible to move over WordPress content?
_____________
Mitchell Ragsdale - IT Consultant
Club Penguin Walkthrough
Mitchell Ragsdale:
Curious as to the migration options as well from SharePoint 2013 myself. Other than a few tests where we moved a list and document library, I didn't see the options to move an entire site. We're considering just opening up Liferay Portal and letting users self-register and move over their own content in due time. We've not found a good migration solution for hundreds of sites.
I'm also curious if it's possible to move over WordPress content?
It all depends on the complexity of the current Sharepoint solution. Liferay's API can be used to create content and sites - but you'll also need to read the Sharepoint-side in order to know what to import. Sharepoint sites that I've seen have been notoriously complex, in terms of organization, permissions, and other aspects. If all have the same kind of complexity, you might be able to write a script to import them. If they're all different (because all grew organically) it might be harder.
There's an option though where you can go without self-registration: Liferay integrates with LDAP (AD among it). If you have your current users in such a directory, you can at least provision them with the same credentials that they already use.
For importing Wordpress, you might want to start here or here
Could I migrate the contents from SharePoint to liferay 7.2
Yes Mohamed, you should use the Liferay API for that, specially DDMStructures and DDMTemplates to define the content definitions and templates to render them and JournalArticle to add the contents.