Since I've got my own projects to finish, I needed this to take the least amount of time, so I decided to see whether it's possible to use Docker, and obviously it is.
After setting up a fresh Ubuntu 14.10 server, installing docker ( apt-get install docker.io ) you're just 2 commands away from having TeamCity up-and-running:
docker run -dt -name teamcity_server -p 8111:8111 ariya/centos6-teamcity-serverand
docker run -e TEAMCITY_SERVER=http://buildserver:8111 -dt -p 9090:9090 ariya/centos6-teamcity-agent
add this: http://architects.dzone.com/articles/autoscaling-build-farm-using
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteSome nice reading stuff for your colleague: http://java.dzone.com/articles/continuous-delivery-theory
ReplyDelete