2015-08-23
http://blog.adamrocker.com/2014/08/beginning-google-appengine-python.html
https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python
http://qiita.com/suneo3476/items/1fab745962a55a56e62a
https://cloud.google.com/appengine/docs/python/gettingstartedpython27/uploading
Mac で GoogleAppEngineLauncher-1.9.25.dmg
アプリ登録画面
https://appengine.google.com/start/createapp
Google アカウントを選択
Select Phone で verify
SMSが受信できる電話番号を入れる
Get code ボタン
受信した SMS の中のコードを入力
Welcome to Google App Engine の画面に進む
Console 画面
Create an empty project
Project name を入れると project ID が生成される
Advanced option には App Engine location がある
I agree をチェックして create する
https://console.developers.google.com/project/(プロジェクトID)
その後は Mac のアプリ GoogleAppEngineLauncher から
左下の [+] を押す
Application ID はさきほどの Project ID と同じものでよいらしい
Run するとローカルで実行できる
Deploy すると(Application ID がさきほどの Project ID と一致していれば)
http://(project ID).appspot.com/
でアクセスできる