TFS 的本地服务器
我已经在我的系统中安装了 Visual Studio Ultimate。我想根据给定的功能在我的系统中配置 TFS。那么如何在不使用任何其他系统的情况下配置我的 TFS 服务器呢?我想添加一些硬盘空间作为 TFS 服务器,可以吗?我可以使用 localhost (IIS) 作为 TFS 的服务器吗?好吧,我尝试了 localhost,但它给出的错误是 URL 或服务器名称无效。我回到办公室几周后就开始使用 TFS,并且在此之前在家中使用过任何源代码控制软件。
I have installed Visual Studio Ultimate in my system. I wanted to configure TFS in my system as the feature is given. So how do I configure my TFS server without using any other system? I wish to add some of my hard disk space as server for TFS, is it possible? Can I use localhost (IIS) as server for TFS? Well I tried for localhost, but its giving error as URL or server name is invalid. I have started using TFS few weeks back in office, and have used any source control software before this in home.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
首先,您需要安装 Team Foundation Server。安装 Visual Studio Ultimate 不会安装 Team Foundation Server 本身,但 Visual Studio Ultimate 捆绑包应该具有 Team Foundation Server SKU。
点击此链接了解安装 TFS 所需的内容。它包含有关先决条件、安装步骤以及您可以选择的 TFS 不同配置的详细信息。
对于您的设置,您似乎需要使用 SQL Express(作为 TFS 的一部分安装)和 IIS 的单服务器配置。安装和配置向导要么为您安装所需的组件,要么通过准备检查失败,让您知道缺少哪些组件。
First you will need to install Team Foundation Server. Installing Visual Studio Ultimate does not install Team Foundation Server itself, but Visual Studio Ultimate bundle should have Team Foundation Server SKU.
Following this link to find out what you need to install TFS. It has details about prereqs, installation steps, and different configurations of TFS you can choose.
For your setup, looks like you want a single-server configuration with SQL Express (installed as part of TFS) and IIS. The installation and configuration wizard would either install the required components for you or fail the readiness checks to let you know which components you are missing.
所以我才知道出了什么问题。所以决定将我的困惑背后的解决方案发布出来。我有 Visual Studio Ultimate 软件,但它没有 TFS。 Ultimate 套件的 MSDN 许可证包含了其中的所有内容。因此,
Visual Studio Ultimate
和Visual Studio Ultimate Suite
之间存在差异,我确实没有观察到。我知道这是一件基本的事情,但仍然决定发布解决方案,因此如果有人对此感到困惑,可以获得一些帮助。该死,我浪费了我的钱。
So I came to know whats wrong. So decided to post the solution behind my confusion. I have Visual Studio Ultimate software and it do not have TFS in it. And MSDN license for Ultimate suite has has everything in it. So there is a difference between
Visual Studio Ultimate
andVisual Studio Ultimate Suite
which I really failed to observe.I know it was a basic thing but still decided to post the solution so if anyone is confused regarding this, can get some help. Damn, I wasted my money.
试试你的机器名。
我的机器名称是 mikev-ws,我的 tfs url 是...
浏览此处 - http://mikev-ws: 8080/tfs/
或
打开
Team Foundation 管理控制台
以查看所有位置。try your machine name.
my machine name is mikev-ws and my tfs url is...
Browse here - http://mikev-ws:8080/tfs/
OR
Open
Team Foundation Administration Console
to see all the locations.