전체 글 85

[AWS] Jenkins 설치 및 설정 2탄😀

https://han-developer.tistory.com/manage/newpost/61?type=post&returnURL=https%3A%2F%2Fhan-developer.tistory.com%2F61 https://han-developer.tistory.com/manage/newpost/61?returnURL=https%3A%2F%2Fhan-developer.tistory.com%2F61&type=post han-developer.tistory.com 위에는 1탄 링크!😆 1. 젠킨스 접속 http://localhost:8080/ 발급 받았던 초기 비밀번호 입력 2. 젠킨스 플러그인 설치 1번은 모든 플러그인 (저는 1번) 2번은 선택적 플러그인 **저는 학습용으로 만들었기 때문에 admin으로..

AWS/Jenkins 2022.12.21

[AWS] Jenkins 설치 및 설정 1탄😀

1. 젠킨스 설치 https://hub.docker.com (도커가 설치되어 있어야 함) cmd창 열기 docker pull jenkins/jenkins (*이미지 다운로드) 2. 젠킨스 실행 https://github.com/jenkinsci/docker GitHub - jenkinsci/docker: Docker official jenkins repo Docker official jenkins repo. Contribute to jenkinsci/docker development by creating an account on GitHub. github.com 위에 깃허브 사이트 접속해서 체크된 부분 복사 --name jenkins-server 이름 부여하기 docker ps 입력 후 젠킨스가 잘 실행..

AWS/Jenkins 2022.12.21

[리눅스] Virtual Box(윈도우용) & CentOS 설정 \( ・ิ ͜ʖ ・ิ)/ 2탄

1. 언어 설정 2. 키보드 설정 3. 소프트웨어 선택 4. 설치 대상 및 파티션 설정 파티션을 자동으로 설정해도 되지만 저는 직접 설정했습니다 아래 링크로 들어가시면 수동 파티션 설치 방법이 잘 나와있습니다!😄 https://computerhanashi.tistory.com/entry/CentOS-7-%EC%88%98%EB%8F%99-%ED%8C%8C%ED%8B%B0%EC%85%98-%EC%84%A4%EC%B9%98-%EB%B0%A9%EB%B2%95 5. 이더넷 설정 6. 라이센스 동의 7. 아이디 & 패스워드 설정 캡처 파일 날아감 🥺... 8. 지역 및 언어 설정 9. 완료 ✌오랜만에 새로운 환경에 설치해봤습니다✌

Linux 2022.12.15

[리눅스] Virtual Box(윈도우용) & CentOS 설정 \( ・ิ ͜ʖ ・ิ)/ 1탄

1. CentOS 7 다운로드 http://ftp.kaist.ac.kr/CentOS/7.9.2009/isos/x86_64/ Index of /CentOS/7.9.2009/isos/x86_64/ ftp.kaist.ac.kr 2. 아래 링크로 접속하여 Virtual Box 다운로드 https://www.virtualbox.org/ Oracle VM VirtualBox Welcome to VirtualBox.org! News Flash New November 18th, 2022VirtualBox 7.0.4 released! Oracle today released a 7.0 maintenance release which improves stability and fixes regressions. See the C..

Linux 2022.12.15