Changes for page Installing and Configuring Jenkins
Last modified by Bastian Triller on 2012/08/24 19:38
From version 109.1
edited by Johan Henselmans
on 2010/08/18 21:03
on 2010/08/18 21:03
Change comment:
There is no comment for this version
To version 104.1
edited by Johan Henselmans
on 2010/08/18 20:55
on 2010/08/18 20:55
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -88,9 +88,7 @@ 88 88 89 89 1. Tomcat is by default installed on Mac OS X Server. 90 90 1. Create an administrative user in ##/Library/Tomcat/conf/tomcat-users.xml##. 91 - 92 -{{code value="xml"}} 93 - 91 +1. {{code value="xml"}} 94 94 <?xml version='1.0' encoding='utf-8'?> 95 95 <tomcat-users> 96 96 <role rolename="manager"/> ... ... @@ -97,7 +97,6 @@ 97 97 <role rolename="admin"/> 98 98 <user username="tomcat" password="tomcat" roles="admin,manager"/> 99 99 </tomcat-users> 100 - 101 101 {{/code}} 102 102 103 103 {{panel bgColor="#F7D6C1"}} ... ... @@ -107,9 +107,9 @@ 107 107 {{/panel}} 108 108 109 109 1. The way to start it depends on the version. The current way is to go to the Web Settings in Server Admin, Settings, General, check the Tomcat checkbox. Restart the WebServer. 110 -1. {{color value="#003366"}}[{{/color}} {{color value="#003366"}}Download Hudson{{/color}}http:~/~/hudson-ci.org/latest/hudson.war, saving ##hudson.war## somewhere for later.107 +1. {{color value="#003366"}}[{{/color}}Download Hudson{{color}}|http://hudson-ci.org/latest/hudson.war]{{/color}}, saving ##hudson.war## somewhere for later. 111 111 1. Create a folder for Hudson to work in: ##/Library/hudson## 112 -1. Change ownership of that folder: ##chown appserver:s ys/Library/Hudson##109 +1. Change ownership of that folder: ##chown appserver:_appserver /Library/Hudson## 113 113 1. Add the following to ##/Library/Tomcat/bin/setenv.sh##: 114 114 115 115 {{noformat}} ... ... @@ -119,28 +119,13 @@ 119 119 120 120 {{/noformat}} 121 121 122 -1. Make sure that you are using UTF8 in the Connector, by adding 119 +{{color value="#000000"}} 120 + 121 +{{/color}} 123 123 124 -{{noformat}} 123 +1. Install Hudson in Tomcat: go to {{color value="#003366"}}[{{/color}}http:~/~/localhost:8080{{color}}|http://localhost:8080]{{/color}}, login with the user and password that you have created in ##tomcat-users.xml##, and upload ##hudson.war## to the Tomcat server. 124 +1. Goto {{color value="#003366"}}[{{/color}}http:~/~/localhost:8080/hudson{{color}}|http://localhost:8080/hudson]{{/color}} and you can start configuring your Hudson build server. 125 125 126 -URIEncoding="UTF-8" 127 - 128 -{{/noformat}} 129 - 130 -to the Connector in /Library/tomcat/conf/server.xml in such a way: 131 - 132 -{{noformat}} 133 - 134 - <Connector port="8080" protocol="HTTP/1.1" 135 - connectionTimeout="20000" 136 - redirectPort="8443" URIEncoding="UTF-8"/> 137 - 138 -{{/noformat}} 139 - 140 -1. Install Hudson in Tomcat: go to [[http://localhost:8080]], login with the user and password that you have created in tomcat-users.xml, and upload hudson.war to the Tomcat server. 141 - 142 -1. Goto [[http://localhost:8080/hudson]]and you can start configuring your Hudson build server. 143 - 144 144 == Building WO Apps == 145 145 146 146 * Check out [[^setupWorkspace.sh]]