Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting up Team foundation server [closed]

Tags:

tfs

I have to setup team foundation server for a company, something that I don't have any experience in.

The company will have about 5 or so developers that will be using it.

Is this a big task or something that is fairly easy to do (with instructions)?
Any helpful tutorials that you can recommend?

Any recommendations on server specs for a team of 5-10?

like image 249
public static Avatar asked Sep 11 '08 21:09

public static


People also ask

What replaced Team Foundation Server?

Team Foundation Server rebranded to Azure DevOps Server.

How do I open Team Foundation Server administration console?

By default, the tools directory is located in Drive:\Program Files\TFS <version>\Tools . Type TFSMgmt.exe and press ENTER. The administration console opens.

Is TFS still a thing?

TFS is being renamed to Azure DevOps Server for the next major version, while VSTS (Visual Studio Team Services) has been renamed to Azure DevOps.


3 Answers

Your first step should be to download the latest TFS Installation Guide (TFSInstall.chm) from here: http://www.microsoft.com/downloads/details.aspx?FamilyID=FF12844F-398C-4FE9-8B0D-9E84181D9923&displaylang=en

You should use TFS 2008 SP1, since it is the latest release and includes many new features and performance improvements.

If you are planning on installing with Windows 2008 & SQL 2008, you will need to "integrate" the TFS 2008 SP1 into the installation disc. Instructions are included in the TFSInstall.chm, but Martin Woodward also has a walkthrough on his blog: http://www.woodwardweb.com/vsts/creating_a_tfs.html (This isn't required for SQL 2005 SP2 + Windows 2003)

The install guide also has hardware recommendations.

For a team of your size, you should also consider running your TFS instance as a Virtual Machine. This will allow you to up-size and move your installation around more easily at a later date. TFS is supported on the Hyper-V virtualization platform: http://blogs.msdn.com/granth/archive/2008/06/27/team-foundation-server-and-hyper-v-virtualization.aspx

And if you need help along the way, you have three options:

  1. Call up MS product support ($$, but you will get an answer)

  2. Post on the official Team Foundation Server - Setup forums: http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=68&SiteID=1

  3. Sign up to the http://OzTFS.com/ mailing list. The people on this list are pretty good at responding to questions almost instantaneously. It's also a great list to join if you just want to "watch" what's happening.

like image 132
Grant Holliday Avatar answered Sep 28 '22 02:09

Grant Holliday


Disregard the "Cliff's Note" link - it's for VSTS 2005. There's no reason to install an old version - the installer (and everything else about the product) is MUCH improved with VSTS2008. Also make sure you install SP1 - it's not just bug fixes but some MAJOR enhancements.

Instructions for install are here: Team Foundation VSTS2008 Install Guide make sure you closely follow the recommendations for the Accounts necessary for install.

Blog post with recommendations for server specs

The link that Espo posted is excellent walkthroughs for configuring TFS after you get it installed.

TFS 2008 SP1 Download

Also you will want the following

TFS 2008 Power Tools in particular there is a "Team Foundation Server Best Practices Analyzer" which you can run against the server before the install to make sure everything is patched correctly etc (and afterwards to make sure the install went properly). It will require Windows Powershell installed on the server as pre-req.

Also you will want Team System Web Access 2008 SP1 - (formerly Team Plain) which will allow you to access the features of TFS as a web application.

like image 37
fuzzbone Avatar answered Sep 28 '22 03:09

fuzzbone


Here is a great guide for setting up TFS 2012 on Windows 8 machine with Visual Studio 2012

http://www.codeproject.com/Articles/426135/Team-Foundation-Server-2012-RC-Install-Configure

Here's TFS 2012 on Windows Server 2012 with SQL Server 2012

http://blog.hinshelwood.com/installing-tfs-2012-on-server-2012-with-sql-2012/

like image 36
parliament Avatar answered Sep 28 '22 03:09

parliament