Skip to content
This repository was archived by the owner on Apr 25, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Copyright (C) 2014 Google Inc.
Copyright © 2014 Google Inc.

# Sample 'hello world' application for use with the App Engine Java Managed VMs.
## Sample 'hello world' application for use with the App Engine Java Managed VMs.

Requires [Apache Maven](http://maven.apache.org) 3.1 or greater, and
JDK 7 in order to run. This application needs to be deployed to the
Expand All @@ -13,6 +13,6 @@ To run the application, do the following:
1. Set the correct Cloud SDK project via `gcloud config set project YOUR_PROJECT`
id of your application.
2. Run `mvn gcloud:run`
4. Visit http://localhost:8080
4. Visit [http://localhost:8080](http://localhost:8080)
5. To deploy, run `mvn gcloud:deploy`
6. Visit `http://YOUR_PROJECT.appspot.com`.