Tutorial
Http://wenku.baidu.com/view/61d26c1f5f0e7cd1842536ce.html
Google App Engine SDK download
Https://developers.google.com/appengine/downloads? Hl = ZH-CN # google_app_engine_sdk_for_python
The requested URL/2 was not found on this server appears
Python google_appengine/appcfg. py rollback goagent/Server/Python
Group tutorial
I encountered some problems during configuration and copied them online.
Not much nonsense. The following parts are copied from the Network (most of them share the same content ~~~)
1. Apply for a Google appengine: http://code.google.com/intl/zh-cn/appengine/and create an appid.
2. Download the Google App Engine SDK for python. Download Page: Workshop. Decompress the package to a google_appengine folder.
3. Download The goagent stable version. The download link is displayed on the top of the Project homepage. Download the package and decompress it to the google_appengine folder.
4. Modify the app. yaml file in the google_appengine/goagent/Server/Python folder and change the first line of text
Application :( your appid)
5. Run Python appcfg. py update goagent/Server/python in the google_appengine directory.
In this way, the configuration is successful.