by Dominic Zukiewicz
18. April 2008 09:30
I've been setting up Team Foundation Server 2008, so we can try out the benefits of the source control, management and testing facilities. I do have some quick tips as it has taken some digging around to find a smooth installation process. Starting with a blank Windows 2003 Server machine:
Pre-requisites
- Install .Net Framework 2.0.
- Install IIS without FrontPage Extensions 2002.
- (If you are configuring e-mails from this machine) Install SMTP service.
- Install everything on SQL 2005 , as you'll find it won't install without them.
- Install SQL 2005 SP2.
Pre-requisite configuration
- Make sure all of the SQL services are set to automatic startup and are running.
- Make sure you have allowed local & remote connections on the TCP/IP protocol.
- Configure your SMTP server to allow connections from this machine by configuring the Relay and Connection parts of the dialog.
- Create some users:
- TFSSetup - Add to Administrator privileges
- TFSService - Add "Log on as a service" policy.
- TFSProxy - Add to Administrators group
- TFSReports - Allow log on locally.
- WSSService - log on as a service.
Main installation
- Install Team Foundation Server 2008. When prompted to run the service as a specific account, enter your credentials for the "TFSService" account.
- Install all other portions using the server account.
- Set up e-mails to point to your e-mail server.
- When prompted to install the Sharepoint services, accept the default settings.
The installer should then install 3 portions:
- .NET Framework 3.5
- Windows Sharepoint Services 3.0
- MS VS2008 Team Foundation Server
And thats it. I encountered TF220059 and TF220060 errors, but these were just SQL problems where remote connections and services weren't started. If you follow the steps above, you should get this problem.
bbd1e68e-a4cc-4486-9f5f-f5e41c89f28d|0|.0
Tags: