일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- narrowbandimage
- astrophotography
- m33
- 행성
- mavic pro
- 삼각형자리은하
- 카이스트
- 오사카
- 은하
- asi294mcpro
- 별사진
- 목성
- 금성
- optolonglextreme
- 게임
- GALAXY
- 엄마
- iceland
- 할아버지
- takahashitelescope
- zwo
- fc100df
- VC++ 6.0
- 기숙사
- osaka
- 토성
- asiairpro
- 성운
- 혜성
- 달
Archives
- Today
- Total
June's Story
구글 클라우드 플래폼(Google Cloud Platform)관련 팁들 본문
○ 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