1. Overview
Microsoft released its long-awaited TFS 2015 official edition on August 6, https://www.visualstudio.com/en-us/news/tfs2015-vs.aspx, the new version contains a number of new features, particularly in the areas of agile development and continuous integration , and provides great convenience to the developers. This article briefly describes the installation and configuration process for TFS 2015.
TFS 2015 contains two versions: the free Express version, and the standard version of the charge. If you just want to try TFS, or if your team is small, you can install the Express version. If you want to use the full functionality of TFS, including requirements management, code management, build management, reports, and integrated SharePoint features, you need to install the standard version of TFS.
As with all versions of TFS earlier, there is not much change in the deployment of the installation. This article takes a detailed screenshot of the most common distributed deployment scenario in the Enterprise to guide the user through the installation and configuration process of TFS 2015. 2. Install TFS 2015 2.1. To install a SQL Server server on a data-tier server
TFS 2015 uses SQL Server to store data. You need to install the SQL Server database server before you deploy TFS. TFS 2015 supports all subsequent versions of SQL Server SP1, including the current version of SQL Server 2014 with SP1.
The process of installing the database is not a problem that this article needs to address, not to be covered in detail here, but it requires the reader's attention that the full-text and semantic extractions for Search feature must be checked during the installation of SQL Server, as shown in the following figure
2.2. Install the SQL Server Client Connection tool on the application-tier server
Installing the application tier for TFS 2015 on a single server requires that you first install the Client tool connection for SQL Server, which is the clients tools connectivity, as shown in the following figure:
Figure 1 2.3. To install TFS 2015 on an application-tier server
After downloading the CD-ROM image files for TFS 2015 http://go.microsoft.com/fwlink/?LinkId=517106, you can start the installer from the CD, as shown in the following illustration, the installation process is basically fool-like and the next step is no need to explain.
Figure 2
Figure 3 2.4. Configure TFS 2015
After the TFS 2015 installation process is complete, a window will automatically pop up on the server to prompt the user to configure the TFS server. You can immediately follow the prompts to configure, you can also close the window, followed by the start of the configuration process. This article takes a screenshot of the most common complete configuration as an example to demonstrate the configuration process:
Figure 4
Figure 5
Figure 6
Figure 7
Figure 8
Figure 9
Figure 10
Figure 11
Figure 12
Figure 13
Figure 14
Figure 15
Figure 16
Figure 17
Figure 18
Figure 19
After the Figure 20– configuration is complete, you can access the TFS server through the browser or Visual Studio
Http://www.cnblogs.com/danzhang Zhang Hongjun Microsoft ALM MVP