일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 금성
- narrowbandimage
- 카이스트
- osaka
- fc100df
- 행성
- 목성
- VC++ 6.0
- asiairpro
- takahashitelescope
- 게임
- GALAXY
- m33
- 기숙사
- astrophotography
- 오사카
- 엄마
- asi294mcpro
- 달
- zwo
- 성운
- iceland
- optolonglextreme
- 별사진
- mavic pro
- 혜성
- 토성
- 삼각형자리은하
- 은하
- 호주
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