인정이애옹 2024. 8. 5. 18:14

컨피그 서버, 유레카 서버, 게이트웨이 서버

https://github.com/yonggyo1125/lecture_cicd

 

GitHub - yonggyo1125/lecture_cicd: 젠킨스 CI/CD 구축 관련

젠킨스 CI/CD 구축 관련. Contribute to yonggyo1125/lecture_cicd development by creating an account on GitHub.

github.com

컨피그 서버, 유레카 서버, 게이트웨이 서버(3000)

80, 443 -> 3000 : Reverse Proxy

- Apache(동기식) / NGINX(비동기식)

 

EC2 -> Elastic Cloud Computing

 

 

top:

 

sudo -s → 최고 사용자 (root) 변환

exit

 

 

rwx(소유자)   rwx(그룹)   rwx(다른 사용자)

 

r - 4 (읽기 권한)

w - 2 (쓰기 권한)

x -1 (실행 권한)

 

chmod 권한 부여

 

6 - 4(r) + 2(w)

7 - 4(r) + 2(w) + 1(x)

 

chmod 6(소유자) 0(그룹) 0(다른 사용자)

 

apt / apt-get

    install 설치

    update 설치된 패키지를 최신화

    remove 제거

 

 

apt-get을 통해서 설치된 프로그램 - 서비스(백그라운드 프로그램)

 

systemctl start|stop|reload\restart|status 서비스명

 

/etc -> 설정 파일들이 주로 들어가 있다.

 

A / jenkins / 13.209.251.238

 

jenkins.jeamechu.xyz

 

도커설치

 

젠킨스

 

admin / _aA123456

 

오라클

 

젠킨스는 수민언니 서버로!

http://jenkins.jeommechu.xyz:8080/

아이디 : admin

비밀번호 : _aA123456

 

깃허브 도메인(브랜치) 이름
메인 페이지 - main
회원 - membersum
관리자 - admin
예약/결제 - reserve
매장 상세 - detail

 

 

https://www.notion.so/p-4-day5-msa-aws-f5b2afc795654b08a362a6e60da10950