现在只是每天使用,早就忘了,当年是这么把它传到 appspot.com的了。下面记下
0. Install Google App Engine SDK for Python
http://code.google.com/appengine/downloads.html#Google_App_Engine_SDK_for_Python
http://googleappengine.googlecode.com/files/google_appengine_1.4.0.zip
download and extract uncompress google_appengine_1.4.0.zip.
modify PATH variable in ~/.bashrc for GAE.
1. checkout GAppProxy
$ svn checkout http://gappproxy.googlecode.com/svn/trunk/ gappproxy
2.deploy GAppProxy
modify fetchserver/app.yaml, application:
$ cd gappproxy && appcfg.py update fetchserver
login appspot.com, My Applications->
3. edit localproxy/proxy.conf
listen_port, fetch_server
4. testing
$ localproxy/proxy.py
No comments:
Post a Comment
您的评论将使我blog更有动力~