-
Notifications
You must be signed in to change notification settings - Fork 1
Development Environment Setup Guide
Brandon Littell edited this page Aug 22, 2014
·
2 revisions
Welcome to the Just Press Play Development Environment Setup Guide! This document is not very long, but some of the programs needed are sizable downloads. I recommend looking through the code while they download (you could watch cat videos too).
- Windows 7, Windows 8, or Windows 8.1
- Microsoft Visual Studio 2012 or 2013
- SQL Server Express 2012 (Grab SQLEXPR_x64_ENU.exe or SQLEXPR_x86_ENU.exe, based on your system architecture)
- Git
- Install and update Windows.
- Install and update VS 2012.
- After updating, start VS and open Tools->Extensions and Updates. On the left select "Online." Find "NuGet Package Manager" and "Web Essentials 2012" and install both.
- Install SQL Server Express.
- Install Git (and SourceTree).
- Clone the repository.
That's it!