简体   繁体   中英

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.

I followed the "Try Google App Engine Now" tutorial without any problems (I choose the java project and I use 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:

在此处输入图片说明

What command should I use to deploy?

Thanks

Basically, you should do some configuration such as filling the project-ID at app.yaml. Then you can use the terminal to change to your project directory, afterwards you can invoke Maven as 'mvn appengine:update'

You can follow the instructions at the following link: 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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