Friday 4 June 2010

Installing Team Foundation Server 2010 on Windows Server 2008 R2

How to Install TFS 2010

1) Install IIS (add role)
2) Add feature .net framework 3.5.1
you must have .NET Framework 3.5 installed. On Windows Server 2008 R2, you can install .NET Framework 3.5 by using the Add Features Wizard from Server Manager.
3)restart your server
4)Install SQL Server 2008
You will get known compatability issue but continue. But after Installed you must install SP1.

To run Team Foundation Server, you must install both the Database Engine and Full text search on the same instance of SQL Server And Client Tools Connectivity (required if no other SQL Server components are installed on the server that is running Team Foundation Server.)

5)Install SQL SP1

6)Install TFS2010
7)Configure TFS2010

Team Foundation Installation Guide for Visual Studio 2010 can be found under
http://www.microsoft.com/downloads/details.aspx?FamilyID=2d531219-2c39-4c69-88ef-f5ae6ac18c9f&displaylang=en

This installing guide is really helpful.

No comments:

Post a Comment