Hudson
From Resin 3.0
(Difference between revisions)
Line 1: | Line 1: | ||
+ | {{Cleanup}} | ||
== Step by Step == | == Step by Step == | ||
Latest revision as of 18:57, 2 December 2011
This article requires cleanup and may refer to a legacy version of Resin.
Please visit http://www.caucho.com/documentation/ for the most up-to-date documentation. |
[edit] Step by Step
[Tested with Resin 3.1.5]
- Download Resin from http://caucho.com/download
- Unzip Resin into /usr/local/share
- Download Hudson from https://hudson.dev.java.net/
- Copy the hudson.war into resin-3.1.x/webapps
- Start Resin with java -jar resin-3.1.x/lib/resin.jar
- Browse http://localhost:8080/hudson
To enable Hudson's secure mode, you will need to add an admin user to the resin.conf.
- Browse http://localhost:8080/resin-admin
- Enter a user and password in the password-digest creation form
- Update the <user> following the directions in the password-digest. It will look like:
<resin xmlns="http://caucho.com/ns/resin"> <management> <user name="my-name" password="MD5HASH=="/> ...
- Enable secure mode for Hudson
- The role of the administration user is "resin-admin" if you use the matrix permissions