Book Image

Learning Continuous Integration with TeamCity

Book Image

Learning Continuous Integration with TeamCity

Overview of this book

Table of Contents (19 chapters)
Learning Continuous Integration with TeamCity
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Installing on Windows


Installing TeamCity on Windows is straightforward when using the setup package. The package includes both the server and the agent and provides the option to install either of them or both. The installation package can be downloaded from http://www.jetbrains.com/teamcity/download/.

Note

TeamCity is a Java-based product and hence requires Java Runtime Environment (JRE). The TeamCity installation package for Windows comes bundled with JRE 1.7 and the Tomcat 7 servlet container. This is recommended and is the easiest way to install TeamCity's server and agent on Windows.

Installing the server and the default agent

The steps involved in installing TeamCity using the installation package are as follows:

  1. Double-click on the downloaded setup exe file. It should bring up the installation wizard like any other setup file on Windows. Accept the license and proceed to the next step.

  2. The next step in the wizard is to choose the installation directory. This is where the TeamCity server...