Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Hudson-ci/Using Hudson/Installing Hudson/Installing Hudson DEB"

(New page: {{Template:hudson|pageTitle=Installing Hudson on Debian and Ubuntu}} == Introduction == On Debian-based distributions, such as Ubuntu, you can install Hudson through {{Template:code|apt-g...)
 
Line 1: Line 1:
{{Template:hudson|pageTitle=Installing Hudson on Debian and Ubuntu}}
+
{{hudson|pageTitle=Installing Hudson on Debian and Ubuntu}}
  
 
== Introduction ==
 
== Introduction ==
 
On Debian-based distributions, such as Ubuntu, you can install Hudson through {{Template:code|apt-get}}.
 
On Debian-based distributions, such as Ubuntu, you can install Hudson through {{Template:code|apt-get}}.
  
Recent versions are available in [http://hudson-ci.org/downloads/debian/|http://hudson-ci.org/downloads/debian/]
+
Recent versions are available in [http://hudson-ci.org/downloads/debian/ http://hudson-ci.org/downloads/debian/]
 
{{Note|This Link needs to be amended when builds start on Eclipse}}
 
{{Note|This Link needs to be amended when builds start on Eclipse}}
  
h1. Installation
+
== Installation ==
  
* sudo sh -c "echo 'deb http://hudson-ci.org/debian binary/' > /etc/apt/sources.list.d/hudson.list"
+
* {{code|sudo sh -c "echo 'deb http://hudson-ci.org/debian binary/' > /etc/apt/sources.list.d/hudson.list"}}
 
* sudo apt-get update
 
* sudo apt-get update
 
* sudo apt-get install hudson
 
* sudo apt-get install hudson

Revision as of 10:39, 18 August 2011

Hudson Continuous Integration Server
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source
Hudson-bust.png Installing Hudson on Debian and Ubuntu











Introduction

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/

Note.png
This Link needs to be amended when builds start on Eclipse


Installation

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

h1. Upgrade

  • sudo apt-get update

and then after a backup

  • sudo apt-get upgrade

h1. What does this package do?

h1. Where to go from here?

Back to the top