https://www.virtualbox.org/wiki/Downloads
http://code.google.com/p/msysgit/downloads/list?can=3&q=official+Git
install pywin32-216.win32-py2.6.exe from http://sourceforge.net/projects/pywin32/files/pywin32/
install MinGw http://sourceforge.net/projects/mingw/files/MinGW/ avec option C++ compiler, Minimum System, Developper
add “C:MinGWbin” to your PATH in Windows. From the desktop, right-click My Computer and click Properties. In the System Properties window, click on the Advanced tab. In the Advanced section, click the Environment Variables button. Finally, in the Environment Variables window (as shown below), highlight the Path variable in the Systems Variable section and click the Edit button. Add or modify the path lines with the paths you wish the computer to access. Each different directory is separated with a semicolon as shown below.
Edit ( create if not existing ) distutils.cfg located at C:Python26Libdistutilsdistutils.cfg to be :
[build] compiler=mingw32
:
pip install --upgrade fabric
:
pip install --upgrade cuisine
:
mkdir vagrant cd vagrant
git clone git://gist.github.com/2226146.git . vagrant up
:
fab vagrant setup