August 2014
Intermediate to advanced
276 pages
6h 20m
English
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.
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.
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 ...