

In this tutorial I’ll show you how to deploy a simple Python web app to a Flexible environment in App Engine.
The code from the video can be found here:
In this tutorial I’ll show you how to deploy a simple Python web app to a Flexible environment in App Engine.
The code from the video can be found here:
why is it sooooooo hard omg……..i just want to run my python on Gcloud!!
With your help, I got my app running at Google Cloud! Thanks for you information!
Can you show us to host django website on gcp…thankx
Very good. Thanks
good work from Paris !
I get a no module named app error. Not sure where to go from here
I dont get those default files in code editor.Its empty.Should I do something else to generate those predefined files
thanks to u made this vodeo
`ERROR: (gcloud.app.deploy) Error [400] Billing must be enabled for activation of service`
it is not free, right?
PLEASE HELP
how do i apply changes in my python file, like "hello youtube2222" without need to deploy again and wait for 10 minutes?
Dude – I've been scouring the web for something that makes it this simple. Thanks a bunch.
Application startup error:
/bin/sh: 1: exec: gunicorn: not found
hi, Nice tutorial, I got this error ::> ERROR: gcloud crashed (TypeError): expected string or buffer
Please resolve this
this video code getting old here is new cod from google https://cloud.google.com/python/getting-started/hello-world
amazing
Thank you for the video mate. Really helpful and incredibly easy to follow
Thanks to you, I made my flask project run on gcloud
como puedo usarlo para trabajar en un entorno de desarrollo como ser en mi local… ?
Idk if you'll see this but which environment is best to choose? Flexible or standard
Hi,
I am facing below issue, could you please suggest.
Updating service [default] (this may take several minutes)…failed.
ERROR: (gcloud.beta.app.deploy) Error Response: [9]
Application startup error:
/bin/sh: 1: exec: gunicorn: not found
I received the old 404 error from the appspot.com link. Everything else finally worked after I was asked to input which datacenter region to create the app engine in=>
404. That’s an error.
The requested URL was not found on this server. That’s all we know.
I've been searching for an explanation on the app.yaml file for days now! Thanks for this.
You made this sooo much simpler
Hi there, is this editor is similar to VS code?
Very good explanation. As Harki says better than the official. Be good if you did some on using python to interact with storage – the tutorials on this stuff are very confusing. Thanks for doing this
Hello Chris,
Do you have a tutorial on deploying a django project using Google Cloud Platform? I've been following the guides in google but I make it right.. always getting an errors.
With gunicorn you don't have to force the port on Flask or run the app (my guess)
Genious, thanks, pal!
Hey I need help in deployment my webapp which is based on PHP how can I deploy that on app engine
I spent days trying to figure out what I was doing wrong. I have to say, I had a project working, but it was ages ago, and I forgot what I did.
I seriously spent days trying to figure it out…..I forgot gcloud deploy….
Hi Chris,
I followed in your footsteps and first got the below error on hitting gcloud app deploy:
ERROR: (gcloud.app.deploy) Error Response: [13] An internal error occurred while creating a Google Cloud Storage bucket.
which i resolved upon looking at a stackoverflow post which said to execute below command first:
$ gcloud config set app/use_deprecated_preparation True
but after doing that now I am getting the below error:
Updating service [default] (this may take several minutes)…failed.
ERROR: (gcloud.app.deploy) Error Response: [4] Your deployment has failed to become healthy in the allotted time and therefore was rolled back. If y
ou believe this was an error, try adjusting the 'app_start_timeout_sec' setting in the 'readiness_check' section.
I am not sure what am I doing wrong here. Please excuse, this is my first day of learning cloud.
So simple, yet the best out there !
Hellow Chris Nice tutorial can you please explain – make a video how to upload python flask code from my local machine to deployed to app engine with the requirements.txt .yaml fils , a very simple app that say only hello world , Basicaly i have big flask app and is dificul for me to rewrite all the code in the google cloud console
Great turtorial but i was needing to make a proxy site any help?
Concise and clear, thanks!
Hi mate, great video.
After using the gcloud app deploy command, I'm prompted with the following error message:
Updating service [default]…failed.
ERROR: (gcloud.app.deploy) Error Response: [9]
Application startup error:
/bin/sh: 1: exec: gcloud: not found
I've tried pip installing flask in the terminal as you suggested in the comments, however an error message appears.
Any ideas you may have would be greatly appreciated. Thanks in advance.
This tutorial is better than the google tutorial on the same subject. Thanks for putting it up.
Very helpful video Chris. Hopefully you'll start uploading some more!