MyBlogJS

Saturday, September 8, 2012

Teamcity

TeamCity is a user-friendly continuous integration (CI) server for professional developers and build engineers. It is absolutely free for small teams. Latest version is 7.1 which allows deployment of the builds made by Teamcity using OctopusDeploy with the help of Nuget Server installed with TeamCity

Simple installation Steps on Linux

  • Donload latest Sun Java
  • Unzip .tar.gz file downloaded
  • Start teamcity server e.g./usr/local/TeamCity/bin/teamcity-server.sh start
  • Verify that it runs on port 8111 e.g. netsat -antl | grep ":8111"
  • Browse the site using http and port 8111

No comments:

Post a Comment