Hudson

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
(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]

  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