ouspg / urlhandlers-assembly-app

MIT License
0 stars 0 forks source link

urlhandlers-assembly-app

Prerequisites

Download and install the Google App Engine SDK for Python, also handily available through Homebrew:

$ brew install app-engine-python

Development

Launch the development server in the repository root:

$ dev_appserver.py .

This starts the local development server on localhost:8080.

Deployment

To deploy the app to Google Cloud Platform project my-project run the following command:

$ appcfg.py -A my-project -V v1 update .