Hudson

From Resin 3.0

Revision as of 02:26, 11 February 2008 by Ferg (Talk | contribs)
Jump to: navigation, search

Step by Step

[Tested with Resin 3.1.5]

  1. Download Resin from http://caucho.com/download
  2. Unzip Resin into /usr/local/share
  3. Download Hudson from https://hudson.dev.java.net/
  4. Copy the hudson.war into resin-3.1.x/webapps
  5. Start Resin with java -jar resin-3.1.x/lib/resin.jar
  6. Browse http://localhost:8080/hudson

To enable Hudson's secure mode, you will need to add an admin user to the resin.conf.

  1. Browse http://localhost:8080/resin-admin
  2. Enter a user and password in the password-digest creation form
  3. 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=="/>
       ...
    
  4. Enable secure mode for Hudson
  5. The role of the administration user is "resin-admin" if you use the matrix permissions
Personal tools