June's Story

구글 클라우드 플래폼(Google Cloud Platform)관련 팁들 본문

잡지식

구글 클라우드 플래폼(Google Cloud Platform)관련 팁들

Ikjunerd 2016. 3. 7. 23:10

○ php로 구현할때 curl 사용

구글 클라우드 플래폼(https://console.cloud.google.com)에서 외부서버에 POST로 데이터전달을 위해서 curl을 사용했음

  • curl명령어 사용하려면 php.ini를 만들어서 설정해줘야함
  • Cloud Shell을 실행하여 app.yaml 파일이 있는 폴더에 다음 내용으로 php.ini를 생성하고 다시 빌드
    • 빌드명령어: gcloud preview app deploy app.yaml
    • gcloud app deploy


관련글: https://cloud.google.com/appengine/docs/php/config/php_ini


○ timezone 설정방법

http://andrewcmaxwell.com/2014/07/how-to-change-the-timezone-on-google-cloud-debian-virtual-machines

Comments