zl程序教程

您现在的位置是:首页 >  其他

当前栏目

Hudson-ci/Using Hudson/Installing Hudson/Installing Hudson RPM--官方文档

文档官方 -- Using RPM CI installing
2023-09-11 14:21:42 时间

< Hudson-ci‎ | Using Hudson‎ | Installing Hudson(Redirected from Hudson-ci/Installing Hudson RPM)

Hudson Continuous Integration Server
Website
Download
Community
Mailing List  Forums  IRC
Bugzilla
Open
Help Wanted
Bug Day
Contribute
Browse Source
Hudson-bust.png Installing Hudson on RedHat, Oracle Enterprise Linux & other RPM Distros










On RPM-based distributions, such as Oracle Linux, Red Hat Enterprise Linux, CentOS and Fedora, you can install Hudson through yum.

Recent versions are available in http://hudson-ci.org/downloads/redhat/ for manual download.

Note.png
Update link once Eclipse builds are in progress

 

Installation

  1. sudo wget -O /etc/yum.repos.d/hudson.repo http://hudson-ci.org/redhat/hudson.repo
  2. sudo yum check-update
  3. sudo yum install hudson

What does this package do?

  • Hudson will be launched as a daemon up on start. See /etc/init.d/hudson for more details.
  • The hudson user is created to run this service.
  • Log file will be placed in /var/log/hudson/hudson.log. Check this file if you are troubleshooting Hudson.

Where to go from here?