You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
mandlil ee2e97744e
Mandlil maven update (#3946)
6 days ago
..
.readme_res Demo readme improvements (#2833) 3 years ago
src/main Documented the issue with checking isPossible only for default country (#3771) 12 months ago
README.md Demo readme improvements (#2833) 3 years ago
pom.xml Mandlil maven update (#3946) 6 days ago

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