How to Deploy Solution (WSP) from SharePoint 2010 Central Administration

1- Add WSP to your farm using the following command:
 stsadm -o addsolution -filename '.....'
 
2- From Central Administration: System Settings
3- Manage Farm Solution
4- Select your WSP file to deploy
5- Deployment Settings
6- WSP deployed
原文地址:https://www.cnblogs.com/zhuwenlubin/p/2325682.html