Last modified by Bastian Triller on 2012/08/24 19:38

From version 99.1
edited by Paul Hoadley
on 2010/07/31 07:36
Change comment: There is no comment for this version
To version 102.1
edited by Paul Hoadley
on 2010/07/31 07:38
Change comment: Changed heading hierarchy.

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,7 @@
1 1  [[Hudson>>http://hudson-ci.org/]] is an "extensible continuous integration server". It monitors repeated executions of jobs, such as building software projects, and can be used to build WebObjects applications and frameworks. Hudson is an open source project, and can be used at no cost. An introductory presentation on building WebObjects projects with Hudson was given by Mike Schrag at WOWODC-West in 2009, and the video can be [[purchased from wocommunity.org>>http://www.wocommunity.org/apps/WebObjects/WOCommunity.woa/wa/recordings]].
2 2  
3 +== Setting up Hudson ==
4 +
3 3  There are a couple different ways to run Hudson. The easiest is to run it as a standalone application.
4 4  
5 5  === Standalone Installation ===
... ... @@ -82,6 +82,6 @@
82 82  1. 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.
83 83  1. Goto [[http://localhost:8080/hudson]] and you can start configuring your Hudson build server
84 84  
85 -=== Building WO Apps ===
87 +== Building WO Apps ==
86 86  
87 87  * Check out [[^setupWorkspace.sh]]