...
Target | Option | Note |
---|---|---|
Windows | TeamCity<version number>.exe | Executable Windows installer bundled with Tomcat and Java 1.8 JRE. |
Linux, macOS | TeamCity<version number>.tar.gz | Archive for manual installation bundled with Tomcat servlet container |
J2EE container | TeamCity<version number>.war | Package for installation into an existing J2EE container (not recommended, use .tar.gz instead) |
Linux, Windows | Docker | Official JetBrains TeamCity server image |
AWS | Run on AWS | Official CloudFormation template to launch TeamCity Stack |
Install TeamCity
Follow the installation instructions:
- Installing TeamCity via Windows installation package
- Installing TeamCity bundled with Tomcat servlet container (Linux, Mac OS X, Windows)
- Installing TeamCity into Existing J2EE Container
- Installing TeamCity from a Docker image
- Running TeamCity on AWS blog post
Install Additional Build Agents
...