Label: server+admin

Content with label server+admin in TeamCity 3.x Documentation (See content from all spaces)
Related Labels: change , compatible , database , account , cleanup , statistics , filter , trigger , map , dump , plugin , starteam , mysql , quiet , external , build , permission , guest , artifact , more » ( - server , - admin )

Accessing Server from Scripts
Accessing Server from Scripts The TeamCity server supports basic HTTP authentication allowing to access certain web server pages and perform actions from various scripts. Use valid TeamCity server username and password to authenticate using basic ...
Configuring Server URL
Configuring Server URL Starting from TeamCity 3.0 server URL can be modified right from the Administration \> Server configuration page. In most cases TeamCity correctly autodetects its own URL and uses it for constructing URLs in notification messages ...
Configuring the Server
Configuring the Server Server configuration is only available to the System Administrators Role#enterpriseSysAdmin.   To edit server configuration: # In the Administration Administrationpage, click the link Edit Server Configuration. # In the Edit Server Configuration page Server Configuration, you can: # View ...
Configuring UTF8 Character Set for MySQL
Configuring UTF8 Character Set for MySQL To create a MySQL database which uses the utf8 character set: # Create a new database: CREATE DATABASE <database name> DEFAULT CHARACTER SET utf8 # Open {{<TeamCity data directory> TeamCity Data ...
Installation
Installation Obtaining TeamCity TeamCity installation package is identical for both Professional and Enterprise Editions and is available at http://www.jetbrains.com/teamcity/download/index.html Download one of the three available installation packages: Target Download Note Windows TeamCity<version number ...
Patterns For Accessing Build Artifacts
Patterns For Accessing Build Artifacts This section covers: Obtaining Artifacts #ObtainingArtifacts Obtaining Artifacts from an Archive #ObtainingArtifactsFromArchive Obtaining Artifacts from a BuildScript #ObtainingArtifactsFromBuildScript Links to the Artifacts Containing the TeamCity Build Number #LinksToArtifactsWithBuildNumber Obtaining Artifacts Use ...
System Administrator Reference
System Administrator Reference
System Properties for Running the Server
System Properties for Running the Server Various aspects of TeamCity's behavior can be customized through a set of JVM options. The options can be specified using the {{D}} parameter passed to the JVM running the TeamCity server or agent. e.g. Dteamcitylogs=../logs/ If you ...
Using HTTPS to access TeamCity server
Using HTTPS to access TeamCity server&nbsp; This document describes how to configure various TeamCity server clients to use HTTPS for communicating with the server. We assume that you have already configured HTTPS in your web server. See how to do ...