versionone / VersionOne.Client.VisualStudio

View and update VersionOne work items directly from Visual Studio
http://versionone.github.io/VersionOne.Client.VisualStudio
BSD 3-Clause "New" or "Revised" License
2 stars 10 forks source link

Install developer pre-requisites using Chocolatey #26

Closed ibuchanan closed 11 years ago

ibuchanan commented 11 years ago

As a developer, I want to install the development pre-requisites quickly and easily so that I can start making code changes to the VS Client.

Acceptance Criteria:

JogoShugh commented 11 years ago

Here's what I was able to do during our DevOps woprkshops, after installing Chocolatety itself:

cinst git
cinst VisualStudio2012Professional
cinst VS2012SDK

This put git, Studio, and the SDK itself into Windows 7 virtual machine.

JogoShugh commented 11 years ago

Valentin noticed that on a clean box, you need to install .NET 4 or greater first, or else you get this kind of error:

Error

There's some related discussion on this here:

https://groups.google.com/forum/#!topic/chocolatey/0MkzHx6FdeI

But, it seems odd that Chocolatey itself even installed without 4.0, see the requirements section here:

https://github.com/chocolatey/chocolatey/wiki

JogoShugh commented 11 years ago

How to Test

I have updated the README.md and also added:

The instructions and the commands are ready for testing.

JogoShugh commented 11 years ago

Tested on: Windows 7 (fresh / blank VM)