tree: a1a0b764f3333401562052c7d323ba892025afda [path history] [tgz]
  1. .readme_res/
  2. src/
  3. pom.xml
  4. README.md
demo/README.md

Running the demo

1. Install Google Cloud SDK

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

2. Add IDE Plugin

Intellij

Install Cloud Code Plugin for Intellij

If you have worked with the App Engine Plugin before, please migrate.

Eclipse

Install Cloud Code Plugin for Eclipse

Visual Studio Code

Install Cloud Code Plugin for Visual Studio Code

3. Run

Most IDEs should autodetect your configuration after installing the plugin (and restart)

App Engine Run Config

(Optional) Run Natively

This is not recommended with an IDE as you have to manage updating your artifacts yourself, it does not support live reload

$ mvn appengine:run