Label: server

Content with label server in TeamCity 3.x Documentation (See content from all spaces)
Related Labels: properties , install , authentication , utf , pattern , configure , extend , backup , troubleshooting , url , script , log , trigger , dump , admin , https , agent , plugin , mysql , more »

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 ...
Server Side Extensions
ServerSide Extensions Serverside plugin organization and deployment To write a serverside plugin, you'll need to include jar libraries from {{<TeamCity web application>/WEBINF/lib}} directory to your classpath. Default TeamCity web application is "{{<TeamCity home>/webapps ...
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 ...
TeamCity Data Backup
TeamCity Data Backup We strongly urge you to make the backup of TeamCity data before making any upgrade. Please note that TeamCity server does not support downgrading. Server Backup Before performing the backup procedures, you need ...