Hello World from OSS Silicon Valley


HowToUse/Jenkins/1.594

#contents

*Prerequisite [#q4efe545]
-Java Runtime Edition installation
-Cent OS installation (You can refer [[HowToUse/CentOS/6.5]])

*Install&Setup [#xfc13f2e]
:Step.1|
Import public key.

 # wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo
 # rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key

:Step.2|
Install Jenkins

 # yum install jenkins

*HowToUse [#mafc34ae]
**Launch Jenkins [#y90b3795]
:Step.1|
Login with root.

:Step.2|
Select System -> Administration -> Firewall

#ref(Launch_fig1.png,,500x241,)

:Step.3|
Select "Other Ports" and click "Add" button and set 8000 port.

#ref(Launch_fig2.png,,500x241,)

:Step.4|
Click "Apply" button on the "Firewall Configuration" window and access http://<host name>:8080/.

#ref(Launch_fig3.png,,500x266,)


*Author [#n8b1fbb4]
S.Yatsuzuka