Skip to content
jperl edited this page Jun 15, 2012 · 23 revisions

What you need

Download Virtual Clone Drive(used to mount disk images)

Visual Studio 2010 Professional or Ultimate (I can send you a copy if necessary).

Install VS 2012 RC

The project is using Entity Framework 5 (no need to install) http://nuget.org/packages/EntityFramework/

WCF RIA Services Toolkit (September 2011) http://www.microsoft.com/download/en/details.aspx?id=26939&hash=Cvy6WEppi9s5VzJhSsKYZDdceEgCd8UQivHURz8w%2fr7kB%2bRn61CMoIfgIWEppo6uLJBO6lC38YAnda2b%2bccStQ%3d%3d

Reactive Extensions http://download.microsoft.com/download/B/6/1/B61B01B2-584A-4826-8867-252AA3A1F3F6/Rx%20SDK%201.0.10621%20SP1.msi

XAML Intellisense for VS 2010 http://visualstudiogallery.msdn.microsoft.com/1a67eee3-fdd1-4745-b290-09d649d07ee0

Git Extensions https://github.com/FoundOPS/FoundOPS/wiki/Setup

Git Source Control Provider for VS 2010. Follow "How To Use": http://gitscc.codeplex.com/

Resharper (I will send you a copy).

Database

SQL EXPRESS 2012 w Tools http://www.microsoft.com/download/en/details.aspx?id=29062

SQL Server Data Tools http://msdn.microsoft.com/en-us/data/hh297027

Additional for modifying HTTPS

Download IIS Express 7.5

Click on the Server project in VS2010, then hit F4

Right click on the Server project and go to properties/Web

Under Servers, make sure the "Use Local IIS Web server" radio button is selected

Change the SSL Enabled to true and make sure that the SSL URL is https://localhost:44300

Move the applicationhost.config file from C:\FoundOps\GitHub\Source\Server\FoundOps.Server to C:\Users\YOURUSERNAME\Documents\IISExpress\config

Search for mmc.exe in the windows menu

Go to file:Add/Remove Snap-in and add Certificates to the Selected snap-ins

Select Computer Account, click next, then finish

Click OK

Move the localhost certificate from Personal/Certificates -> Trusted Root Certification Authorities/Certificates

Close out of the Certificate Manager but do not save settings

Reference here for more detail

Additional for UI Development

Expression Blend Preview 5: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=22feb67c-4f65-4ced-97cf-5f8ada296445&displaylang=en

Telerik RadControls? Q1 2011 (I will send you a copy).

Additional for Azure

Azure Tools and SDK http://www.microsoft.com/windowsazure/ (V1.4 as of 9/2/2011). If you have a problem installing these, try to manually install the IIS components first (under Configure Windows Features)

CloudXplorer http://clumsyleaf.com/products/cloudxplorer

Sync Framework 2.1 SDK http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=23217

Setup Steps

Install "What you need"

Setup Team Foundation Server to http://corp.foundops.com:8080/tfs

Map root (FoundOps)to C:\FoundOps\

Do a get all

Add 127.0.0.1 foundops.com to your hosts file (C:\Windows\System32\drivers\etc\hosts)

Install MYSQL http://download.softagency.net/MySQL/Downloads/MySQL-5.5/mysql-5.5.12-win32.msi

Additional for GotGrease Adapter

Install MYSQL Connector Must use 6.3.7, version 6.4.3 breaks it. http://dev.mysql.com/downloads/connector/net/

Nice Code Snippets

Live Templates from

http://silverlightcontrib.codeplex.com/

Clone this wiki locally