06. 웹훅 설정 - 웹훅 설정 이유 소스 수정하고 Github push되면 OpenShift 에서 자동으로 감지해서 Build 된다. - 공식홈에서 이런 내용이 있다 '자동빌드 설정' 아래처럼 webhook설정 해주면 된다 https://docs.openshift.com/dedicated/getting_started/developers_console.html 01. Github Webhook URL 찾기 - 프로젝트 > Builds > 프로젝트 버전 선택 > Configuration 탭 - Github Webhook URL 이 있다. 02. Github에 연결 - Settings > Webhooks > Payload URL 에 입력하고 - Content type 은 application/json 으로 ..
01. openshift 기본개념 - Docker + kubernetes : Paas ( Platform as a Service ) - 오픈시프트 v3 기준 개발 타깃은 웹 어플리케이션이 주요 타겟 - 개발소스 github 올리면 빌드, 배포를 자동화 해준다. - 빌드하는 플랫폼은 톰캣, 프레임워크 등이 될 수 있다 [ 결론 : 개발자가 개발만 하면 운영환경에 알아서 적용된다. ] 내용 참조 : http://blog.naver.com/PostView.nhn?blogId=alice_k106&logNo=220676501669&parentCategoryNo=7&categoryNo=&viewDate=&isShowPopularPosts=true&from=search