Google App Engine app deployment

后端 未结 5 1560
面向向阳花
面向向阳花 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 01:45

    Make sure you have created a project in GAE which project ID is exactly same to your configuration in app.yaml

    workflow:

    1. Create a project in GAE and set a name
    2. At the same window you can edit the project ID
    3. copy the project ID and paste it when you create a new application in GAE launcher (or edit your app.yaml to set the value of application)
    4. deploy it and type {project-id}.appspot.com in your browser\ Good luck!

提交回复
热议问题