TFS2010团队协作环境部署(转载)

http://www.cnblogs.com/xupeng/archive/2011/05/03/DeploymentVSTS2010.html  (非常详细)

http://www.cnblogs.com/romance/archive/2011/07/07/2100233.html

http://blog.csdn.net/wph_1129/article/details/5999016

其他问题:

windows sharepoint services 3.0 (for win2008 r2)
Windows SharePoint Services 3.0 x64 Service Pack 2   下载       
http://www.microsoft.com/downloads/zh-cn/details.aspx?FamilyID=9FB41E51-CB03-4B47-B89A-396786492CBA


参考:http://social.msdn.microsoft.com/Forums/en-US/tfsadmin/thread/ed54847c-4cb6-49e5-b42e-3ff7a0a2a58b/
 
I think it is a bug in TFS 2010 Installer.By the way follow these steps to solve it:
 
1- Installing sharepoint 3.0 on your desired server
2- Adding WSS extentions to TFS 2010 if you didn't it before
3- Going to sharepoint commandline console (maybe a path like this: C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN>)
4- Find the installed 'TFS solution templates' for WSS in the WSS extentions installation path (it should be somewhere like this : E:\Program Files\Microsoft Team Foundation Server 2010\Tools\Templates)
5- You should find 3 .wsp file in the above location
6- In sharepoint console run these commands:
    6-1) stsadm -o addsolution -filename "E:\Program Files\Microsoft Team Foundation Server 2010\Tools\Templates\Microsoft.TeamFoundation.SharePoint.wsp"
    6-2) stsadm -o addsolution -filename "E:\Program Files\Microsoft Team Foundation Server 2010\Tools\Templates\Microsoft.TeamFoundation.SharePoint.Dashboards.wsp"
    6-3) stsadm -o addsolution -filename "E:\Program Files\Microsoft Team Foundation Server 2010\Tools\Templates\TswaWebPartCollection.wsp"
7- Make sure to get "Operation completed successfully." message after each command execution.
8- Goto sharepoint administration console
9- Goto Operations > Global Configuration > Solution Management page
10- Click on each solution and "deploy" them.
11- Now go back to TFS Admin console and enjoy The integration!
NOTE: Also you may need to install Sharepoint Language Pack too...If after integration and on project definition process, you encounter problem in site creation you need to do it!

原文地址:https://www.cnblogs.com/shijun/p/2141309.html