The blog has moved to http://jessehouse.com/ ... Many google searches point here so I am leaving it operational, but there will be no new posts.

Saturday, April 9, 2011

Notes - TeamCity setup on Ubuntu

Notes from setting up TeamCity on Ubuntu

TeamCity on Ubuntu
==================================================================
Go to http://www.jetbrains.com/teamcity/download/ and download the linux distribution

set JAVA_HOME : update .bashrc add the following lines
--------------------------
export JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk/bin/java
export PATH=$PATH:/usr/lib/jvm/java-1.6.0-openjdk/bin

tar xfz TeamCity-6.0.3.tar.gz
put extracted TeamCity directory under ~/TeamCity

open terminal and run bin/runAll.sh start from the ~/TeamCity directory

install tcWebHook plugin
==================================================================
http://tcplugins.sourceforge.net/files/tcWebHooks
- http://sourceforge.net/apps/trac/tcplugins/wiki/TcWebHooks

create directory at ~/.BuildServer/plugins - tcWebHooks
put the jar file in that directory
restart the teamcity server
there should be a new tab 'web hooks' on the build results, not in the admin section

No comments: