[笔记]怎样上传程序到GAE(Google App Engine)
上传程序到 Google App Engine 的方法:
1、安装 Python 2.5 环境
2、安装 App Engine SDK 开发工具
3、使用版本控制软件TortoiseSVN 检测(Checkout) 一个SVN地址,获取程序的最新版本
4、用记事本打开获取到的程序中app.yaml文件,application项改为自己的App ID
5、在cmd命令行中使用 appcfg.py update myapp/ 命令上传文件,其中 myapp/ 为程序所在目录
参考文档:
1、Google App Engine使用简介:http://www.williamlong.info/archives/1880.html
2、上传和管理 Python 应用程序:http://code.google.com/intl/zh-CN/appengine/docs/python/tools/uploadinganapp.html
3、TortoiseSVN使用帮助和下载:http://www.williamlong.info/archives/1878.html
所需程序下载:
1、Python 2.5.4 下载:http://www.python.org/download/releases/2.5.4/
2、Google App Engine SDK下载:http://code.google.com/intl/zh-CN/appengine/downloads.html
3、TortoiseSVN的官方下载:http://tortoisesvn.net/downloads

最近评论