Label: server+configure

All content with label server+configure.
Related Labels: tfs , ivy , concept , account , filter , trigger , admin , dump , plugin , labeling , mysql , directory , build , guest , artifact , jabber , e-mail , authentication , extend , more » ( - server , - configure )

Configuring Server URL (TeamCity 4.x Documentation)
You can modify server URL right from the web UI, at the Administration > Server configuration page. In most cases TeamCity correctly autodetects its own URL and uses it for constructing URLs in notification messages. However, sometimes autodetection is impossible ...
Configuring Server URL (TeamCity 3.x Documentation)
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 UTF8 Character Set for MySQL (TeamCity 4.x Documentation)
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 Directory/config/database.properties}}, and add the {{characterEncoding ...
Configuring UTF8 Character Set for MySQL (TeamCity 3.x Documentation)
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 (TeamCity 4.x Documentation)
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>.exe ...
Installation (TeamCity 3.x Documentation)
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 ...
Installing and Configuring the TeamCity Server (TeamCity 4.x Documentation)
Installing and Configuring the TeamCity server This page covers: Installing the TeamCity Server Having obtained the TeamCity installation package, proceed with installing the build server for: Windows .exe distribution #installingViaExecutable .tar.gz distribution #installingWithTomcat .war distribution #installingJ2eeContainer The build server ...