Comment:
Additional command line option for Hudson View page history
Hudson is a build server that takes the chore of the building and can do it automatically, based on all kinds of variables.
The complete introduction has been show on wowodc-west in 2009.
There are a couple different ways to run Hudson. The easiest is to run it as a standalone application.
Standalone Installation
These instructions are based on David Avendasora's setup. You may have different preferences as to where to install Hudson at or where to set its home directory to.
If you have an instance of tomcat or AJP running in a different process you can also use the -httpPort= and --ajp13Port= options to change the ports used.
Create an administrative user in /opt/local/share/java/tomcat6/conf/tomcat-users.xml (20 mins to find out where the user should be and how not to restart tomcat). Something along the line of:
Install Hudson in Tomcat: goto http://localhost:8080, login with the user and password that you have created in the tomcat-users.xml, and upload hudson.war to the tomcat server.