- 論壇徽章:
- 0
|
作者: skylar 出自:配置管理之路(http://bbs.scmroad.com)
這幾天在學(xué)習(xí)TFS2008, 在微軟網(wǎng)站下了90天試用版本,依照自帶的安裝說明(還是不夠詳細(xì)),安裝了三天,終于可以運(yùn)行了,F(xiàn)在把我的安裝過程
和大家分享下。我安裝的是單服務(wù)器部署,也就是把所有程序都安裝在一臺(tái)機(jī)器上,對(duì)于了解和學(xué)習(xí)TFS已經(jīng)足夠了。這種配置支持小于50 人的團(tuán)隊(duì)訪
問。
準(zhǔn)備篇
===檢查系統(tǒng)所需的硬件和軟件===
以我自己機(jī)器為例,其他的環(huán)境配置可以參考TFS自帶的安裝說明
服務(wù)器端
*Windows Server 2003 Enterprise Editon Service Pack2
*Microsoft SQL Server 2005 SP2
*IIS 6.0
*Team Foundation Server 2008 (90Day Trial)
CPU: 3.00GHZ / RAM: 1.25GB / Harddisk: 80GB
客戶端
*Microsoft Windows XP Professional SP2
*Microsoft Visual Studio 2008 - Team Explorer
CPU: 1.73GHZ / RAM: 1G / Harddisk: 80GB
創(chuàng)建帳號(hào)
對(duì)于單服務(wù)器部署,用本地賬號(hào)和域賬號(hào)都可以。這里我以域賬號(hào)安裝為例。我的域是CNX.
1。'CNX/myadmin''' 這個(gè)帳號(hào)是用來安裝的,擁有管理員權(quán)限
2。'CNX/TFSService''' 這個(gè)帳號(hào)是Team Foundation Server服務(wù)賬號(hào)和IIS里 Identity of
Team Foundation Server Application Pool 的服務(wù)賬號(hào),注意
*不是管理員賬號(hào)
*是Local Security Settings -〉'''Allow log on locally'''成員
*是Local Security Settings -〉'''Log on as a service''' 成員
驗(yàn)證Windows Firewall
在我的環(huán)境中,我未開啟防火墻
安裝篇
===Install IIS 6.0===
1. Open '''Control Panel''' -> '''Add or Remove Programs'''
2. Select '''Add/Remove Windows Components'''
3. In '''Windows Components Wizard''' -> Select '''Application
Server''' -> Click '''Details...'''
4. Make sure '''ASP.NET''' and '''Internet Information Services''' are
selected
5. Click '''Next'''
6. click '''Finish'''
===Install SQL Server 2005===
1. Use administraor account(e.g.CNX/myadmin) to install SQL Server
2005
2. In the Wizard, click Next to install step by step.
3. Select following components:
*SQL Server Database Services
*Analysis Services
*Reporting Services
*Working Station Components,help and development tool
4. Choose Default Instance
5. In the '''Service Account''', select '''build-in system account'''
and choose '''Network Service'''. In the start service , choose
*SQL Server
*SQL Server Agent
*Analysis Services
*Reporting Services
*SQL Explorer
6. Click Next to finish the installation.
7. Install SQL Server 2005 SP2
===Install Windows SharePoint Service 3.0===
1. Download the SharePoint Service 3.0 from Microsoft website
2. Install the WSS 3.0
3. Complete the deploy WSS 3.0 Wizard(it will popup after installation
of WSS3.0)
===Install Team Foundation Server===
1. Use administraor account(e.g.CNX/myadmin) to install TFS 2008
2. In the Wizard, click Next to install step by step.
3. In '''Team Foundation Server Service Account''', select defined
account.
*In the account name, input "CNX\TFSService"
*In the password, input the password, then click '''Next'''
4. Choose the default setting of other pages, Finish the installation.
===Install Windows Share Point Server Extension===
1. Use administraor account(e.g.CNX/myadmin) to install TFS 2008
2. In the Wizard, click Next to install step by step.
==Config TFS 2008==
1. In '''Administrative Tools''' -> '''SharePoint Products and
Technologies Configuration Wizard'''
2. Click '''Next''' to finish the wizard
連接篇
如果你可以訪問以下站點(diǎn),恭喜你,你已經(jīng)成功安裝了TFS2008了。
1. http://tfsserver:80
Sharepoint portal
2. http://tfsserver:30733
Team Foundation Admin portal
3. In VS 2008 team explorer, connnect to http://tfsserver:8080
Team Foundation Server portal
原文鏈接:http://bbs.scmroad.com/viewthread.php?tid=1690&extra=page%3D1 |
|