简体   繁体   English

如何在GAE上部署教程项目

[英]How to deploy tutorial project on GAE

I am completely new to GAE and maybe this question could be quite trivial, anyway I present my case. 我对GAE完全陌生,也许无论如何介绍我的案子,这个问题可能都是微不足道的。

I followed the "Try Google App Engine Now" tutorial without any problems (I choose the java project and I use Chrome). 我遵循了“立即尝试Google App Engine”教程,没有任何问题(我选择了Java项目,然后使用了Chrome)。 When I try to deploy the project on GAE something goes wrong, I can create the project on GAE but I don't know what to do next: 当我尝试在GAE上部署项目时,出现了问题,可以在GAE上创建项目,但是我不知道下一步该怎么做:

在此处输入图片说明

What command should I use to deploy? 我应该使用什么命令来部署?

Thanks 谢谢

Basically, you should do some configuration such as filling the project-ID at app.yaml. 基本上,您应该进行一些配置,例如在app.yaml上填充项目ID。 Then you can use the terminal to change to your project directory, afterwards you can invoke Maven as 'mvn appengine:update' 然后,您可以使用终端更改到您的项目目录,之后您可以将Maven调用为“ mvn appengine:update”

You can follow the instructions at the following link: https://cloud.google.com/appengine/docs/java/gettingstarted/uploading 您可以按照以下链接中的说明进行操作: https : //cloud.google.com/appengine/docs/java/gettingstarted/uploading

Assuming that you have been able to create your application and have been successful in running it locally, please follow the instructions over here for uploading your application. 假设您已经能够创建应用程序并成功在本地运行它,请按照此处的说明上载应用程序。

https://developers.google.com/appengine/docs/java/tools/uploadinganapp#Uploading_the_App https://developers.google.com/appengine/docs/java/tools/uploadinganapp#Uploading_the_App

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM