August 2014
Intermediate to advanced
276 pages
6h 20m
English
When we talked about installing and getting started with TeamCity, it was with the default setup. The default setup is great for trying out TeamCity, but it is not meant for production use.
TeamCity installation has to be tweaked to make it production ready. It has to be made reliable, secure, and ready to handle a large number of users, projects, and agents. In this chapter, we will take a look at some of the most important steps needed to make our TeamCity installation ready for the real world.
By default, TeamCity uses an internal database based on HyperSQL DataBase (HSQLDB). The database files in the default setup are stored in <TeamCity Data Directory>, which is ...