320x100
AWS 접속 하고
# amazon-linux-extras install epel
# wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo
#rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key
# yum install jenkins -y
# yum install java* -y
이러면 정상 적으로 설치가 완료 된다.
외부에서 접속 할 수 있는 IP 로 해서 접속 하면 된다.
http://ip:8080
정상적으로 구동 되는것을 볼 수 있다.
320x100
'AWS' 카테고리의 다른 글
EC2 인스턴스 생성후 스토리지 추가 하기 (0) | 2021.04.15 |
---|---|
Please login as the user "ec2-user" rather than the user "root". (0) | 2021.04.05 |