_ Prerequisite
- Java Runtime Edition installation
- Cent OS installation (You can refer Overall/CentOS)
_ 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
- Step.3
- Select "Other Ports" and click "Add" button and set 8000 port.
- Step.4
- Click "Apply" button on the "Firewall Configuration" window and access http://<host name>:8080/.
_ Author
S.Yatsuzuka