Google App Engine app deployment

后端 未结 5 1562
面向向阳花
面向向阳花 2021-02-08 01:08

I\'m trying to deploy a basic HelloWorld app on Google Engine following their tutorial for Python. I created a helloworld.py file and an app.yaml

5条回答
  •  醉话见心
    2021-02-08 02:05

    The application name in app.yaml is sort of like a domain name. Once someone has reserved it, no one else can use it. You need to go here, and then select "Create a project..." from the dropdown at the top of the screen. In the popup, it will suggest a project id, or you can select your own. Many project id's are taken so you will need to specify something unusual to get something that is not taken.

    You then put this project id in your app.yaml in the application line. You should then be able to upload your project.

提交回复
热议问题