8. インストールを簡単にする工夫が
? TomcatとかServletコンテナ不要
– ファイルはhudson.warひとつだけ
– java -jar hudson.war で起動できる
? Winstoneという超小型Servlet Container内包
– Tomcatに組み込むことも可能
? 各種OS向けPackageが用意されている
– 佐々木はdebian lennyで使ってみました
Copyright 2010 KLab Inc. All rights reserved.
8
9. Windows
? JNLP(Java WebStart)経由で動かせる
– http://wiki.hudson-
ci.org/display/HUDSON/Installing+Hudson+as
+a+Windows+service
? Windows Serviceとして登録
Copyright 2010 KLab Inc. All rights reserved.
9
10. Debian GNU/Linux (lenny)
? debianパッケージとして提供されてる
? Hudson配布元を追加
# wget -O - http://hudson-ci.org/debian/hudson-ci.org.key | sudo apt-key add -
# vi /etc/apt/sources.list
deb http://hudson-ci.org/debian binary/
? インストール
# apt-get update
# aptiude install openjdk-6-jdk
# aptitude install hudson
Copyright 2010 KLab Inc. All rights reserved.
10