SharePoint Migration - JackHu88/Comm GitHub Wiki
https://spmtreleasescus.blob.core.windows.net/install/default.htm
https://en.share-gate.com/blog/step-by-step-upgrade-sharepoint-2010-database-to-sharepoint-2013
https://www.codeproject.com/Articles/663663/Live-Migration-of-SharePoint-to-SharePoint
http://www.cnblogs.com/ahghy/archive/2013/04/15/3022432.html
http://www.xuebuyuan.com/146955.html
https://sharepointbackup.com/tag/sharepoint-migration-step-by-step/
https://wmostafaw.com/2013/04/18/deploying-sharepoint-2010-solution-on-sharepoint-2013/
Physical Path: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS
Virtual Path: “/_layouts//”
In SharePoint 2013, there is new 15 hive
Physical Path: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\LAYOUTS
Virtual Path: “/_layouts/15//”
If you have SharePoint 2010 solution (.wsp file) and you need to deploy it on SharePoint 2013, then you have the following options:
First, you have to add the solution to your farm using PowerShell as following:
Add-SPSolution C:\SP2010Project.wsp Now,
Deploy to 14 hive --> Install-SPSolution sp2010project.wsp Deploy to 15 hive --> Install-SPSolution sp2010project.wsp -CompatibilityLevel 15