Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Hudson-ci/Installing Hudson FreeBSD

< Hudson-ci
Revision as of 13:22, 18 August 2011 by Duncan.r.mills.gmail.com (Talk | contribs) (New page: {{hudson|pageTitle=Installing Hudson on FreeBSD}} Installing Hudson on FreeBSD is now as simple as: {{codeblock|<pre># cd /usr/ports/www/hudson # make install</pre>}} This will automatica...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Hudson Continuous Integration Server
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source
Hudson-bust.png Installing Hudson on FreeBSD










Installing Hudson on FreeBSD is now as simple as:

# cd /usr/ports/www/hudson
# make install

This will automatically install Tomcat if you haven't already got it installed, and of course Java. Hudson supports the standard Java 1.5 and 1.6 ports available on FreeBSD at this time, including Diablo (the precompiled Java). It is no longer necessary to install Linux Java.

Once you've installed and launched Tomcat, Hudson will be available at: http://localhost:8180/hudson

Back to the top