中文名称:Visual Studio 2005 TFS 简体中文版
英文名称:Visual Studio 2005 Team Foundation Server Workgroup Edition
资源类型:ISO
发行时间:2006年
地区:大陆
语言:普通话
简介:
微软推出的 Team Foundation Server 用于支持团队开发,自然纳入学习范围之中。
安装之前,查看了一些资料表明,安装它最好是使用一个新的环境。
想一想系统也使用很长时间没有重装了,说不定木马病毒一堆(防毒软件不是太相信)。
软件环境:
操作系统:Windows2003 企业版SP1
数据库:SQL Server 2005 中文版(180天试用,发布会送的)
SharePoint:SharePoint ServicesSP2 中文版(官网下载)
TFS:Team Foundation Server 中文版(180天试用,官网下载)
VS.NET:Visual Studio 2005 Team Suite 中文版(试用180,发布会送的)
是单机安装,未使用 Active Directory。
硬件环境:
CPU:AMD 64位 3000 + 1G内存 + ……
共计完成时间:两天(用时32小时)
完全重装系统:三次
安装参考资料:
TFSInstall_v060428.chm (演练:安装 Team Foundation Server 单服务器部署)
安装失败的情况就不详细罗嗦了,说说一可能需要注意的情况吧。
官方安装步骤
安装 Internet 信息服务 (IIS) 并启用 ASP.NET。
安装 Microsoft SQL Server 2005 标准版或企业版,安装过程中会用到安装媒体上的应答文件。
安装 Microsoft SQL Server 2005 的修补程序,启用并重新启动 SQL Browser 服务。
安装 Microsoft .NET Framework 2.0 的修补程序。
安装带 Service Pack2 的 Windows SharePoint Services 2.0。
安装 Team Foundation Server (services)。
安装 SQL Server 2005 中文版
以上是安装的标准步骤,摘自“安装 Team Foundation Server 单服务器部署”。
在安装 SQL Server 2005时的“排序规则设置”中:
排序规则指示符和排序顺序:Chinese_PRC_90 。选中“区分重音、区分假名、区分全半角”
if you have installed TFS and have not configured your SMTP server, you may do so as follows:
On the Team Foundation Server box, navigate to: C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Web Services\Services. If you have it on a drive other than C:\, besure to change this.
Open the web.config file
Modify the following keys:emailNotificationFromAddress,smtpServer
<appSettings>
<add key="ConnectionString" value="Application Name=TeamFoundation;Persist Security Info=False;Initial Catalog=TfsIntegration;Data Source=TFSServerName;Integrated Security=SSPI"/>
<add key="eventingEnabled" value="true" />
<add key="DetailedExceptions" value="true" />
<add key="emailNotificationFromAddress" value="Senders Email Address" />
<add key="smtpServer" value="Your SMTP Server Name" />
</appSettings>