Deploying Python 3 apps on Google App Engine

preview_player
Показать описание
This video shows you how to deploy a Python 3 application on Google App Engine.

gcloud SDK installation:

Quick Command Reference:
gcloud init - log in and setup up the SDK
gcloud preview app deploy - deploy your application
gcloud preview app versions stop main - shutdown your application
gcloud preview app browse - open your browser to your deployed app

#CloudMinute
Рекомендации по теме
Комментарии
Автор

Finally, we have a tutorial faster than the speed of light.

poorguitarist
Автор

As a newbie python programmer, I had to laugh at the end of this... It's like telling someone how to drive a car by going to teh car opening the door, putting the key in the ignition, and using the steering wheel to drive. Technically right... but there is so much behind the scenes that you need to know too... ha ha...

KnowFunOfficial
Автор

Hey right before you leave on vacation can you record this Python 3 App Engine video?

johnnysim
Автор

Despite the dislikes, I found this to be exactly what I needed - a 1 minute overview. Theres plenty of other material on youtube that dives into the detail.

CarlVescovi
Автор

As fast as any other guide should be. Sorry guys, I loved it!

Автор

Seems about consistent with google documentation: completely skip over 80% of the required material to do anything.

sammyso
Автор

i usually run my videos at 1.25x. Went to lower the speed, and realized this is normal...

stephenthomas
Автор

If I have my code in the Google Cloud Repo, is there away to deploy this code to GAE without download the SDK?

Here's how I'm trying to develop

Code workspace is online in a Eclipse Che Docker > Push to Github > Gitbhub > Pushes to a Google Repo. All ONLINE. Now how do i get all this online cod into a GAE deployment? Seems like I'm so close to being able code, commit all in the browser (i.e. on a Chromebook). Just can't figure out a good way to do a web deployment.

AdamParish
Автор

In other words: "Go to Heroku, we don't want you here!"

xadrezbrasil
Автор

This probably only shows that you know how to do this yourself but unfortunately not of much help for someone who's never done this.

mehdigarrousian
Автор

ATTENTION FOLKS - THIS IS OUT OF DATE VIDEO, should be re-recorded with the correct Instructions for GCP !!!

shahjahanravjee
Автор

Do they provide graphical view of gui apps??for tkinter apps..

shehab
Автор

app.yaml file

Depricated: vm: true
Updated: env: flex

talibuddeenabdulhakeem
Автор

Seriously? How about any kind of explanation at all on these steps? Or at the very least mention some learning resources.

oddlytimbotwillison
Автор

This is like.. "how it should be done, but you still can't do.. 👊🏻 BAMN...!" 🙄

VaibhavYadav
Автор

I get the following error when running the command 'gcloud init':

-bash: gcloud: command not found

Any ideas of what is wrong?

MontanNito