Publishing on GAE
Show your webapp2 project off
- Sign onto the Google developer console
-
Click
Create Project
and give it a 'project-name' - Click
Try App Engine
- Select
Python
- Install the Google Cloud SDK
curl https://sdk.cloud.google.com/ | bash
- If using OSX, store the Cloud SDK in
/usr/local
- If using OSX, store the Cloud SDK in
- Restart the shell
gcloud auth login
- The Google Account you allow access will become the only Google Account that can log into the "Admin" portion
gcloud components update gae-python
appcfg.py -A 'project-name' update gate/app
- Go to 'project-name'.appspot.com to use your project
- Follow this guide to use a custom domain instead of 'project-name'.appspot.com
Noice!

Nice work, bud! You did it! You wrote your first web app. Now go grab yourself a bottle of champagne or make yourself some tea and celebrate!
Build something cool? My absolute favorite thing would be to get a message with a link to your published project. Or even just a message saying that this tutorial was helpful.