Search result

Laravel 환경설정 - .env, nginx

1. 로컬 개발 환경 .gitignore 에 아래 파일을 추가합니다. .env.local .valet-env.php 라라벨 프로젝트의 루트 디렉토리로 이동한 후, valet link 명령어로 로컬 도메인(http://myproj.test)을 생성합니다. valet l...

언어 - PHP .env Laravel Nginx

[Windows] Back up & restore MySQL data from Docker container

This post will help you to save your time.Continue reading on Medium »

Docker MySql mysqldump

How to control multiple PHP versions in Ubuntu

Although PHP 5.6 is legacy version and it’s not recommend for system, sometimes we should maintain legacy system. Let’s learn how to…Continue reading on Medium »

version-control PHP ubuntu

AWS EB CLI 사용하기 - Mac OSX

먼저, CLI 를 설치합니다. brew install awsebcli eb --version 이미, Elastic Beanstalk, CodePipeline, github 가 연동된 경우라면 등록한 액세스 키 등을 이용하여 초기화 및 연결할 수 있습니다. 먼저, 프로젝트...

AWS(아마존 클라우드) AWS CLI eb

AWS CLI 사용하기 - Mac OSX

먼저, IAM 서비스로 이동한 후, 사용자 추가를 클릭합니다. 사용자 이름은 로그인 시 사용되는 아이디라고 보면 되는데, .cli 를 붙여 용도를 구분할 수 있도록 하는 것도 좋습니다. 콘솔을 통해서만 접근할 용도로...

AWS(아마존 클라우드) AWS CLI

Mac OS 에서 라라벨 개발 환경 구축 - Valet

brew 기반으로 설치가 가능하며, composer 의 경우 미리 설치하여야합니다. composer 실행의 경우, composer 또는 composer.phar 을 사용합니다. brew update brew install php composer global require laravel/val...

언어 - PHP Larvel Mac Valet

[Troubleshooting] CORS setting was not working when I implemented AWS API Gateway+Lambda…

This is record of troubleshooting about CORS setting when I implemented AWS server-less applicationContinue reading on Medium »

serverless api-gateway AWS infrastructure lambda

[JP] AWSからHTTPSを使ってウェブアプリケーションデプロイする方法

このポストはAWSからHTTPSを使ってウェブアプリケーションをデプロイした時の個人記録です。簡単に何をしたかに対して記録しました。Continue reading on Medium »

LAMP AWS infrastructure deployment https

[KO] AWS에서 HTTPS로 웹 애플리케이션 디플로이하기

이 포스트는 AWS에서 HTTPS를 이용하는 웹 애플리케이션을 디플로이 하였을 때 작성한 개인적인 기록입니다. 간단하게 무엇을 하였는지에 대해서만 기록해놓았습니다.Continue reading on Medium »

infrastructure https LAMP AWS deployment

Deploying web application with HTTPS using AWS

This is the record when I deployed web application with HTTPS using AWS. I wrote simply just what I did.Continue reading on Medium »

infrastructure https deployment AWS LAMP