Setting up CI

In the rest of the chapter, we will go about setting up CI for a simple sample project. While setting up the CI for the sample project, we will be going through the TeamCity concepts and configuration involved in detail. The idea is to concentrate on the configuration aspect and not on the technology stack of the sample project itself.

The sample project

We will be using a simple Django application as the sample project for this chapter. As previously mentioned, the project is maintained in a Git repository and is hosted on GitHub at https://github.com/manojlds/django_ci_example.

Note

Django is a Python-based MVC framework to build websites and web applications. I chose a Django project as the sample project for this chapter due to its ...

Get Learning Continuous Integration with TeamCity now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.