Hudson
From Resin 3.0
(Difference between revisions)
(New page: == Step by Step == <ol> <li>Download Resin from http://caucho.com/download <li>Unzip Resin into /usr/local/share <li>Download Hudson from https://hudson.dev.java.net/ <li>Copy the hudson....) |
|||
Line 1: | Line 1: | ||
== Step by Step == | == Step by Step == | ||
+ | |||
+ | ''[Tested with Resin 3.1.5]'' | ||
<ol> | <ol> | ||
Line 8: | Line 10: | ||
<li>Start Resin with java -jar resin-3.1.x/lib/resin.jar | <li>Start Resin with java -jar resin-3.1.x/lib/resin.jar | ||
<li>Browse http://localhost:8080/hudson | <li>Browse http://localhost:8080/hudson | ||
+ | </ol> | ||
+ | |||
+ | To enable Hudson's secure mode, you will need to add an admin user to the resin.conf. | ||
+ | |||
+ | <ol> | ||
+ | <li>Browse http://localhost:8080/resin-admin | ||
+ | <li>Enter a user and password in the password-digest creation form | ||
+ | <li>Update the <user> following the directions in the password-digest. It will look like: | ||
+ | <code><pre> | ||
+ | <resin xmlns="http://caucho.com/ns/resin"> | ||
+ | <management> | ||
+ | <user name="my-name" password="MD5HASH=="/> | ||
+ | ... | ||
+ | </pre></code></li> | ||
+ | <li>Enable secure mode for Hudson | ||
+ | <li>The role of the administration user is "resin-admin" if you use the matrix permissions | ||
</ol> | </ol> |
Revision as of 02:26, 11 February 2008
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