Changes for page Installing and Configuring Jenkins
Last modified by Bastian Triller on 2012/08/24 19:38
From version 79.1
edited by Johan Henselmans
on 2009/06/10 10:17
on 2009/06/10 10:17
Change comment:
There is no comment for this version
To version 82.1
edited by Johan Henselmans
on 2009/06/10 10:22
on 2009/06/10 10:22
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,20 +2,27 @@ 2 2 3 3 The complete introduction has been show on wowodc-west in 2009. 4 4 5 -Installing Hudson 5 +=== Installing Hudson === 6 6 7 7 To get Hudson running, the easiest way is to start running tomcat on a server. 8 8 9 -* Install Tomcat from macports (60 mins), with the command 10 -~========================================== 9 +* Install Tomcat from [[http://www.macports.org]] with the command 10 + 11 +{{color value="green"}} 12 + 13 +========================================== 11 11 sudo /opt/local/bin/port install tomcat6 12 - ~====================================15 +==================================== 13 13 17 +{{/color}} 18 + 14 14 * 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) 15 15 16 16 something along the line of: 17 17 18 -~======================== 23 +{{color value="green"}} 24 + 25 +======================== 19 19 <?xml version='1.0' encoding='utf-8'?> 20 20 <tomcat-users> 21 21 <role rolename="manager"/> ... ... @@ -22,15 +22,26 @@ 22 22 <role rolename="admin"/> 23 23 <user username="tomcat" password="tomcat" roles="admin,manager"/> 24 24 </tomcat-users> 25 -~======================== 32 +======================== 33 +{green} 34 + 35 + 36 +{{/color}} 37 + 26 26 (remember this is testing) 27 27 28 - * Start tomcat, (1 min)40 +{{color}} 29 29 30 -~======================== 31 -sudo launchctl load --w /Library/LaunchDaemons/org.macports.tomcat6.plist 32 -~========================-- 33 33 43 +* Start tomcat 44 + 45 +[color:green} 46 +======================== 47 +sudo launchctl load -w /Library/LaunchDaemons/org.macports.tomcat6.plist 48 +======================== 49 + 50 +{{/color}} 51 + 34 34 * download Hudson from hudson.dev.java.net, take care that you use the contextual menu to download the link hudson war file 35 35 36 36 * create a folder /opt/local/var/db/hudson (this will be the place where hudson will store it's stuff ... ... @@ -39,11 +39,15 @@ 39 39 40 40 * add to /opt/local/share/java/tomcat6/conf/setenv.local: 41 41 42 -~======================== 43 -export HUDSON//HOME=/opt/local/var/db/hudson 44 -export JAVA//OPTS=-Djava.awt.headless=true 45 -~======================== 60 +{{color value="green"}} 46 46 62 +======================== 63 +export HUDSON_HOME=/opt/local/var/db/hudson 64 +export JAVA_OPTS=-Djava.awt.headless=true 65 +======================== 66 + 67 +{{/color}} 68 + 47 47 * install Hudson in Tomcat: goto 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. 48 48 49 49 Next