Download and install the Google App Engine SDK for Python, also handily available through Homebrew:
$ brew install app-engine-python
Launch the development server in the repository root:
$ dev_appserver.py .
This starts the local development server on localhost:8080
.
To deploy the app to Google Cloud Platform project my-project
run the following command:
$ appcfg.py -A my-project -V v1 update .