Browse Source

added Mac setup instructions (#2820)

* added Mac setup instructions
pull/2823/head
Tobias Rogg 3 years ago
committed by GitHub
parent
commit
8a6d1b932b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 6 deletions
  1. +0
    -6
      java/demo/README
  2. +15
    -0
      java/demo/README.md

+ 0
- 6
java/demo/README View File

@ -1,6 +0,0 @@
Prerequisite:
Install the Appengine SDK.
$ sudo apt-get install google-cloud-sdk-app-engine-java
How to regenreate the WAR, deploy and run in appengine?
$ mvn appengine:run

+ 15
- 0
java/demo/README.md View File

@ -0,0 +1,15 @@
## Prerequisite:
### Linux
#### Install the Appengine SDK.
`$ sudo apt-get install google-cloud-sdk-app-engine-java`
### Mac
#### Install the Google Cloud SDK.
`$ brew install google-cloud-sdk`
#### Use GCloud CLI to install the Java Appengine
`$ gcloud components install app-engine-java`
## How to regenerate the WAR, deploy and run in appengine?
`$ mvn appengine:run`

Loading…
Cancel
Save