浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Introduction

This is a quick guide only, for more information see The Hudson Book Section 3.3

On Debian-based distributions, such as Ubuntu, you can install Hudson through apt-get.

Recent versions are available in http://hudson-ci.org/downloads/debian/

This Link needs to be amended when builds start on Eclipse

Installation

  1. sudo sh -c "echo 'deb http://hudson-ci.org/debian binary/' > /etc/apt/sources.list.d/hudson.list"
  2. sudo apt-get update
  3. sudo apt-get install hudson

Upgrade

  • sudo apt-get update

and then after a backup

  • sudo apt-get upgrade

What does this package do?

  1. Hudson will be launched as a daemon up on start. See /etc/init.d/hudson for more details.
  2. The 'hudson' user is created to run this service.
  3. Log file will be placed in /var/log/hudson/hudson.log. Check this file if you are troubleshooting Hudson.
  4. /etc/default/hudson will capture configuration parameters for the launch.

Where to go from here?

posted on 2012-02-17 06:35  lexus  阅读(229)  评论(0编辑  收藏  举报