Hello World from OSS Silicon Valley


HowToUse/Jenkins/1.594


_ Prerequisite

_ Install&Setup

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

_ Launch Jenkins

Step.1
Login with root.
Step.2
Select System -> Administration -> Firewall
Launch_fig1.png
Step.3
Select "Other Ports" and click "Add" button and set 8000 port.
Launch_fig2.png
Step.4
Click "Apply" button on the "Firewall Configuration" window and access http://<host name>:8080/.
Launch_fig3.png

_ Author

S.Yatsuzuka