Publishing on GAE

Show your webapp2 project off


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

Noice!


Celebrate

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.

Thanks for sticking with it!

Build Out