Skip to content

Instantly share code, notes, and snippets.

@ArturDorochowicz
Last active December 20, 2016 23:06
Show Gist options
  • Select an option

  • Save ArturDorochowicz/9923556 to your computer and use it in GitHub Desktop.

Select an option

Save ArturDorochowicz/9923556 to your computer and use it in GitHub Desktop.
Installing a TeamCity server on Windows.

Installing TeamCity on Windows

http://confluence.jetbrains.com/display/TCD8/Installing+and+Configuring+the+TeamCity+Server

Create a user for the service

net user tcservice * /add /expires:never /passwordchg:no

User permissions

http://support.microsoft.com/kb/315276

ntrights -u tcservice +r SeServiceLogonRight
ntrights -u tcservice +r SeDenyInteractiveLogonRight

Add write permission to TeamCity Data Directory.

Add write permission to TeamCity installation directory.

Configure MS SQL Server database

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment