Configuring TeamCity 1. Enable Nuget Feed in TeamCity: Administration -> Nuget. Enable both the Authenticated feed and the Public feed. To enable the public feed the Guest user login must be allowed. Also get the lates Nuget version. 2. Download and install Octopus TeamCity plugin. Stop TeamCity services, and…
3 posts tagged
configuration
Building and deploying with TeamCity and Octopus Deploy - Part 3 of 5
Installing and setting up Octopus Deploy This is the 3. part of Building and deploying with TeamCity and Octopus Deploy. In the previous part we installed TeamCity. Now we are going to install Octopus Deploy. Octopus Deploy consist of two install files; one for server and one for tentacles 1.…
Building and deploying with TeamCity and Octopus Deploy - Part 2 of 5
Installing and setting up TeamCity 1. Start by downloading TeamCity and start the installation. The proposed suggestions in the setup wizard are just fine: 2. Choose your path for Data Directory. Data Directory is used for storing configuration settings. I prefer to use a different path than the one where…