Python Google App Engine - Deploy Application to Google Cloud Platform

preview_player
Показать описание
In this tutorial I am going to show you how to deploy your python web application to the google cloud platform via the google cloud sdk shell.

Check out the FIRST PART of this series
Python Web Application SETUP Hello World Tutorial:

Check out my THIRD TUTORIAL on how to RENDER HTML with JINJA2:

Visit our BLOG for more:

Google Docs for deploying:
Рекомендации по теме
Комментарии
Автор

Check out my other python tutorials, guys! Leave a comment if you have any questions or suggestions :)

Luipi
Автор

It gives me an error message at the end and it says:
Application startup error:
bin/sh/: 1 : exec C:UsersnickDesktoptest: not found.

Any ideas how to solve it?This is the final step before i deploy my application.

ΝικολαοςΠεφανης
Автор

after deployed it shows 502 Bad Gateway. any solution for it ? Thanks

ShawnWoo
Автор

GETING THESE ERRORS:
ERROR: An app.yaml (or appengine-web.xml) file is required to deploy this direct
ory as an App Engine application. Create an app.yaml file using the directions a
(App Engine Standard Environment) under
the tab for your language.

ERROR: (gcloud.app.deploy) [C:\Users\ksn\Desktop\test] could not be identified
as a valid source directory or file.

SMGtk