Skip to content

Setup dev environment

Dinis Cruz edited this page May 15, 2016 · 2 revisions
  1. Create VM (these days I use Google Cloud, pick the region with the good CPUs)
  2. Install Chocolatey

@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin

  1. Install Chrome, Fiddler, Git and VisualStudio Community

choco install googlechrome fiddler4 git visualstudio2015community -y

  1. Clone https://github.com/o2platform/FluentSharp
Clone this wiki locally