Skip to content

Instantly share code, notes, and snippets.

@adaam2
Last active April 20, 2016 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adaam2/f2c47a29a653d380cac921721334631a to your computer and use it in GitHub Desktop.
Save adaam2/f2c47a29a653d380cac921721334631a to your computer and use it in GitHub Desktop.

MB Dev Environment Setup

##Development Applications

  • Visual Studio 2015 Community Edition
  • SourceTree (if you don't want to use the command line. n.b. SSH keys are setup with SourceTree using Pageant / PuTTy)
  • Sublime Text 3
  • DbForge Studio for SQL Server (or SQL Server Management Studio 2014)

##Command Line tools

  1. First install the Git Bash terminal (better than cmd.exe and has UNIX-esque commands e.g. ls and cd ~/).
  2. Right click on Git Bash to run as administrator
  3. Install Chocolatey (package manager like Homebrew) [https://chocolatey.org/] and copy the non-Powershell install command from the home page to install.
  4. Setup SSH keys on your system via command line (follow guide at https://confluence.atlassian.com/bitbucket/set-up-ssh-for-git-728138079.html)
  5. Once this is setup, install node.js + npm (install this package: https://chocolatey.org/packages/nodejs.install)
  6. Once both node.js and npm are installed, install Bower using npm. e.g. npm install -g bower
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment