Search result

맥 미니로 홈서버를 구축하며 #2

반응형   이전 글    1편은 맥미니를 사게 된 결정적인 이유와, 홈서버의 목적이 기록된 글이다. 이 포스트는 지금까...

DevOps macOS NAS서버 노트북서버 홈서버

Mac mini로 홈서버를 구축해보며 #1

반응형   사건의 발단     지난 3년간 LG 14인치 그램과 HP 노트북 2대로 홈서버를 구성했었다. 그러던 중 오랜 기간...

DevOps 홈서버

Prometheus + Node Exporter 연동하기

반응형   요약    프로메테우스는 오픈소스 시스템 모니터링 툴이다. 쿠버네티스 환경을 운용하는 시스템이라면 프로...

DevOps

[Troubleshooting][Docker]Call to undefined function exif_imagetype()

When we met an error on docker container, we had to search how to solve that trouble through the Dockerfile.Continue reading on Medium »

DevOps Troubleshooting Docker PHP

Azure 웹앱 서비스에 Azure DevOps 로 CI/CD 연동 Laravel 프로젝트 올리기

Local Laravel 셋팅 $ brew install [email protected]$ curl -sS https://getcomposer.org/installer | php$ composer global require laravel/installer$ laravel new hello-laravel-project$ cd hello-laravel-project$ com...

azure app service CD CI CI/CD DevOps Git github Laravel Web App

Azure 웹앱 서비스에 Azure DevOps 로 CI/CD 연동 Laravel 프로젝트 올리기

Local Laravel 셋팅 $ brew install [email protected]$ curl -sS https://getcomposer.org/installer | php$ composer global require laravel/installer$ laravel new hello-laravel-project$ cd hello-laravel-project$ com...

azure app service CD CI CI/CD DevOps Git github Laravel Web App

Running PHP Service on AWS ElasticBeanstalk

이 슬라이드는 Modern PHP User Group 2019년 3월 정기 모임 발표 자료입니다. open_in_browser 브라우저에서 슬라이드 열기

AWS DevOps work-n-play

[ Elasticsearch ] keyword 와 text (string 타입)

Elasticsearch 에는 여러 데이터 타입이 있지만, 그 중 String 타입은 5.0 부터 text 와 keyword 로 분리되었습니다.- text: 설명 혹은 길이가 긴 텍스트가 있는 필드에서 전문 검색(full-text) 가 필요한 경우이며,...

Elastic Stack DevOps Elasticsearch ELK