[study] 반영(reflection)과 배포(deployment)의 차이 [소프트웨어 개발의 핵심 단계: 반영과 배포의 이해]
·
◈ Study/기초튼튼 개발지식🥔
- 반영(reflection)과 배포(deployment)의 차이 개발에서의 반영(reflection)과 배포(deployment)는 둘 다 소프트웨어를 변경하거나 업데이트하는 과정을 나타내지만, 목적과 단계에서 약간의 차이가 있다. 1. 반영(Reflection) 소프트웨어 개발 과정 중 변경 사항을 시스템에 적용하는 단계 주로 개발 환경 또는 테스트 환경에서 이루어짐 개발자가 작성한 코드가 다른 코드와 통합되고, 시스템이 이 변경 사항을 반영하여 동작하는지 확인 주로 버전 관리 시스템을 통해 관리 2. 배포(Deployment) 소프트웨어를 실제 운영 환경에 적용하여 사용자가 이용할 수 있도록 하는 단계 주로 프로덕션 환경 또는 실제 운영 환경에서 이루어짐 개발자들이 작성한 코드 변경 사항이 QA(품..
[Jenkins] not enough memory for initialization 해결방법 [서버의 용량 부족으로 발생하는 에러]
·
▣ Tools/Jenkins👨🏻
- not enough memory for initialization 해결방법 젠킨스 톰캣 연동까지 하여 빌드를 하니 발생한 에러 포인트는 not enough memory for initialization. 초기화 하는데 메모리가 충분하지 않다는 것.. Started by user ??? Running as SYSTEM Building in workspace C:\Jenkins\workspace\Jenkins-Test The recommended git tool is: NONE using credential kycasdzxc Cloning the remote Git repository Cloning repository https://github.com/kycasdzxc/Jenkins_test.git > ..
[Jenkins] 젠킨스(Jenkins)와 톰캣(Tomcat) 연동하기 [프로젝트 빌드 시 자동으로 배포하기]
·
▣ Tools/Jenkins👨🏻
- 젠킨스(Jenkins)와 톰캣(Tomcat) 연동하기 1. 배포 관련 플러그인 설치 2. 젠킨스와 톰캣 연동하기 - 톰캣 관리자 계정 설정하기 [Tomcat] 톰캣(Tomcat) 관리자 페이지 접속하기 [Tomcat 계정 생성하여 Tomcat Manager 접속하기] - 톰캣(Tomcat) 관리자 페이지 접속하기 톰캣 내에는 배포된 프로젝트를 view 단으로 관리할 수 있는 페이지가 있는데, 바로 Tomcat Manager이다. Tomcat Manager는 'Tomcat url:port번호/manager/html' 로 접속이 가 yermi.tistory.com
[Jenkins] Failed to Connect to repository : Error performing git command 해결방법 [Server에 Git 설치하기]
·
▣ Tools/Jenkins👨🏻
- Failed to Connect to repository ~ 해결방법 Jenkins와 Github를 처음 연동할 경우, 아래와 같은 에러를 만날 확률이 높다. 이 에러는 서버에 Git이 설치되어 있지 않으면 발생하는 에러이다. - 서버에 Git 설치하기 서버 운영체제에 맞는 파일을 다운로드 한다. Git - Downloads Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools fo..
[Jenkins] 젠킨스(Jenkins)와 깃허브(Github) 연동하기 [Github에 올린 프로젝트 Jenkins로 build하기]
·
▣ Tools/Jenkins👨🏻
- 젠킨스(Jenkins)와 깃허브(Github) 연동하기 1. 깃허브(Github)에서 access token 받기 2. 젠킨스(Jenkins)에서 새로운 Item 생성 - Failed to Connect to repository : Error performing git command가 발생한다면? [Jenkins] Failed to Connect to repository : Error performing git command 해결방법 [Server에 Git 설치하기] - Failed to Connect to repository ~ 해결방법 Jenkins와 Github를 처음 연동할 경우, 아래와 같은 에러를 만날 확률이 높다. 이 에러는 서버에 Git이 설치되어 있지 않으면 발생하는 에러이다. - 서..