File tree 2 files changed +5
-8
lines changed
2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,16 @@ To run this sample locally:
10
10
11
11
## Deploying
12
12
In the following command, replace YOUR-PROJECT-ID with your
13
- [ Google Cloud Project ID] ( https://developers.google.com/console/help/new/#projectnumber )
14
- and YOUR-VERSION with a suitable version identifier.
13
+ [ Google Cloud Project ID] ( https://developers.google.com/console/help/new/#projectnumber ) .
15
14
16
- $ mvn gcloud:deploy -Dversion=YOUR-VERSION - Dgcloud_project=YOUR-PROJECT-ID
15
+ $ mvn gcloud:deploy -Dgcloud_project=YOUR-PROJECT-ID
17
16
18
17
## Setup
19
18
To save your project settings so that you don't need to enter the
20
- ` -Dgcloud_project=YOUR-CLOUD-PROJECT-ID ` or ` -Dversion=YOUR-VERSION-NAME `
21
- parameters, you can make the following changes:
19
+ ` -Dgcloud_project=YOUR-CLOUD-PROJECT-ID ` parameters, you can:
22
20
23
- 1 . Update the <application > tag in src/main/webapp/WEB-INF/appengine-web.xml with your project name
24
- 1 . Update the < version > tag in src/main/webapp/WEB-INF/appengine-web.xml with your version name
21
+ 1 . Update the <application > tag in src/main/webapp/WEB-INF/appengine-web.xml
22
+ with your project name.
25
23
26
24
You will now be able to run
27
25
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<appengine-web-app xmlns =" http://appengine.google.com/ns/1.0" >
3
3
<application >YOUR-PROJECT-ID</application >
4
- <version >YOUR-VERSION-ID</version >
5
4
<threadsafe >true</threadsafe >
6
5
<vm >true</vm >
7
6
</appengine-web-app >
You can’t perform that action at this time.
0 commit comments