서버 프로그래밍(281)
-
Gitlab-Runner와 Docker의 연동
Gitlab-Runner를 이용하여 Shell로 동작시키는 것은 문제 없이 동작을 했으나, Docker Image를 이용한 빌드, 테스트 및 배포 자동화를 처리하려다가 삽질한 기록이다. https://namioto.ip.or.kr/2018/07/16/gitlab-ci%EB%A1%9C-%EC%9E%90%EB%8F%99%EB%B0%B0%ED%8F%AC%ED%95%98%EA%B8%B0/ Gitlab-CI로 자동 배포하기 Gitlab CI/CD로 자동 배포하기 git을 통해 버전관리를 하면서도 배포 과정에선 FTP, SCP 등과 같은 절차로 너무나도 많은 시간을 소요하고 있었다. 몰론 배포 스크립트 등을 활용하는 조직도 있었으나, 팀에서 Gitlab을 적극적으로 활용하는 만큼 Gitlab-CI 기능을 이용하여 ..
2019.10.28 -
커스텀 Docker 이미지 제작 및 등록
https://www.sauru.so/blog/getting-started-with-docker/ Docker: Getting Started with Docker 예상하지 못했던 여유가 생겨서, 미루고 또 미뤘던 주제를 하나 정리하려고 한다. 이미 많은 사람들에게 친숙한 기술용어가 되어버린 Container, 그리고 그 시대를 이끌고 있는 대표주자인 Docker가 그것인데, 이번 글에서는 Docker의 개념에 대하여 대충 정리하고, 다음 글에서는 Ubuntu 환경에서 Docker를 설치하여 맛을 보는 과정을 짧게 정리하려고 한다. www.sauru.so https://niceman.tistory.com/36 [Docker] CentOS 7 - Docker 설치 및 실행 방법 1. Docker 기본 설치 ..
2019.10.23 -
GitLab-CI를 이용한 테스트 및 빌드, 배포 자동화
GitLab-CI Registry 활성화 및 설치 https://allroundplaying.tistory.com/31 GitLab Container Registry 활성화 하기 ref1 : GitLab Documentation ref2 : Docker 개인저장소 구축 Gitlab Container Registry는 Gitlab 8.8(2016.05)에서 처음 소개되었습니다 Notes: Introduced in GitLab 8.8. Docker Registry manifest v1 support.. allroundplaying.tistory.com https://swalloow.github.io/gitlabci-docker Swalloow Blog {% if page.logo %}{% endif %} {..
2019.10.21 -
NUXT에서 JEST를 이용한 테스트
쓸만한 레퍼런스가 있어서 어렵지 않게 처리했으나, 역시나 예외 상황은 발생한다. https://medium.com/@changjoopark/nuxt-js%EC%97%90-jest-storybook-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0-7f819ef6d4f8 Nuxt.js에 Jest설치하기 Vue.js 프로젝트는 보통 vue-cli 를 이용해 스캐폴딩합니다. Nuxt는 nuxt-community 조직을 통해 starter-template, typescript-template 또는 express-template을 제공하는데 대부분의… medium.com 의존성 설치 npm의 경우 npm install --save-dev babel-jest jest jest-vue-preproce..
2019.10.21 -
Steem API References
https://developers.steem.io/#introduction-welcome API Docs Steem Developer Documentation. developers.steem.io https://steemit.github.io/swift-steem/index.html Steem Reference Steem Reference Steem Reference steemit.github.io https://github.com/steemit/swift-steem steemit/swift-steem Steem client library for iOS, macOS and Linux written in Swift - steemit/swift-steem github.com
2019.10.18 -
R의 ggmap 연동 방법 변경
loc
2019.07.12