Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 톰캣
- autocomplete
- 디자인패턴 #싱글톤
- tomcat
- Mockito #Reflection #Sigleton #Test #JUnit
- Spring Framework
- LiveTemplate
- 외장톰캣
- spring
Archives
- Today
- Total
자라선
[Centos7] Jenkins Install 본문
# repo 를 받기위한 유틸리티 설치
yum install wget -y
# repo 다운
wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo
# rpm key import
rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key
# jenkins 설치
yum install jenkins -y
# 설정 변경시 아래 편집 수정 (jenkins 기본 포트는 8080)
vim /etc/sysconfig/jenkins
# 방화벽으로 8080포트가 막혀있다면 접속 불가능으로 방화벽 제거
systemctl stop firewalld
# 방화벽 비활성화
systemctl disable firewalld
# 젠킨스의 기본경로
cd /var/lib/jenkins
'Infra > Server' 카테고리의 다른 글
[Centos7] User & Permission (0) | 2020.07.28 |
---|---|
[Centos7] FTP Server Install & config & Client (0) | 2020.07.28 |
[Centos7][Tomcat] Tomcat Install & Tomcat-manager Enable (0) | 2020.07.28 |
[Centos7] Apache Install (Compile) and Tomcat Connector for mod_jk (0) | 2020.07.28 |
[Centos7] Open SSH 설정 (0) | 2020.07.28 |
Comments