Created
September 27, 2012 13:40
-
-
Save rarous/3794066 to your computer and use it in GitHub Desktop.
Setup Build Server checklist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ ] 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