Skip to content

Instantly share code, notes, and snippets.

@rarous
Created September 27, 2012 13:40
Show Gist options
  • Select an option

  • Save rarous/3794066 to your computer and use it in GitHub Desktop.

Select an option

Save rarous/3794066 to your computer and use it in GitHub Desktop.
Setup Build Server checklist
[ ] Install Visual Studio with all stuff you need
[ ] Install FxCop
[ ] Install Code Metrics Power Tool (http://www.microsoft.com/en-us/download/details.aspx?id=9422w)
[ ] Install TeamCity
[ ] Install NuGet (via TeamCity admin console)
On port 80
==========
[ ] Disable World Wide Web Service
[ ] Disable Web Deployment Agent Service
[ ] Disable Windows Remote Management Service
Custom MS SQL Server
====================
[ ] Install MS SQL server with Mixed authentication
[ ] Follow setup instructions http://confluence.jetbrains.net/display/TCD8/Setting+up+an+External+Database#SettingupanExternalDatabase-MicrosoftSQLServer
[ ] Enable TCP/IP connection http://stackoverflow.com/questions/1086764/how-can-i-make-ms-sql-server-available-for-connections
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment