My First Foray Into VSTS
WARNING: This may be kind of a long post. I'm actually going to split it over several posts, I think. Also, I have included links to my pictures instead of the actual pictures themselves, because I haven't figured out if Blogger will allow me to upload pictures to it yet (AKA: haven't even researched it yet). I tried to not make the pictures too big, and still make them readable, so I hope it all turns out ok.
I cranked up all three of my VPC sessions, and logged them in. I started VS2005. My Team Explorer window was already docked on the left of my IDE, from where I had initially connected it last time. (See installation instructions for that part).
Figure 1 - In The IDE
In Team Explorer, I clicked the "New Team Project" button. This opens the New Team Project Wizard
Figure 2 - New Team Project Wizard
I considered for a second naming my project HelloWorld, but I just couldn't do it! So I entered "IAmGumbi" as the name of the project, and "My First VSTS Project" as the description. I then clicked the Next button, which took me to the Select A Process Template screen.
Figure 3 - Select A Process Template
My only choice in the DDLB (Drop Down List Box for the non-programmers out there) was MSF Agile (which is something I am interested in, but again has not made it to the top of the "need to look at now" stack), so I selected it and clicked Next. This opens the Specify Settings For Project Portal screen of the wixard.
Figure 4 - Specify Settings For Project Portal
There is already default information entered on this screen for you. The Team Project Portal Title defaults to the Team Project name entered earlier. The Team Project Portal Description defaults to the description you entered earlier. This screen also shows you the Team Project Portal Address, which is http://
Figure 5 - Specify Source Control Settings
There are three options on this screen
- Create An Empty Version Control Folder - This is the default.
- Create A New Version Control Branch - This option is grayed out right now
- Do Not Create A Version Control Folder At This time - Pretty self-explanatory, I think
I took the default, and clicked Next. This opens the Confirm Team Project Settings screen.
Figure 6 - Confirm Team Project Settings
Everything looked good, so I clicked the Finish button. A progress bar appears, and the Team Project is created. On my laptop, using 3 VPCs, it took about 12 minutes to create. Here are some of the phrases that popped up on the progress bar during that time:
- Downloading Process Template
- Groups and Permissions Created
- WorkItemType for Bug Uploaded
- WorkItemType for Task Uploaded
- WorkItemType for QoS Uploaded
- WorkItemType for Scenario Uploaded
- WorkItems Uploaded
- Queries Uploaded
- Source Control Created
- Doc Templates uploaded to project site
- Process Guidance uploaded to project site
- Project Site Created
Figure 7 - Team Project Created
Great! My project was created. I decided to take the defaults and click Close. I think that is what led to the next two images. I have not confirmed this yet, but I'll bet that if I had unchecked View Process Guidance Page, I would not have gotten the error message that follows.
Figure 8 - Online Help Settings
This window opened up. I decided to take the default (Use online Help as primary source), because it said it would go to local help if I was not connected to the Internet (which I am not). I agreed to the Privacy Policy, and clicked OK.
Figure 9 - Error Message
The Help Application tried to open, and I recieved the above error message. I just hit Continue, and closed the Help application, and I was back in my IDE.
And Voila! I have successfully created my first Team System Project!
Figure 10 - My First Team System Project
In my next post, I'll show you some screen shots of what's in all those folders, as well as go into creating my first coding project, and tying it to my VSTS project.
