ryankennedy / dropwizard-googlecloudplatform

An example Dropwizard app that runs on Google Cloud Platform's App Engine Flexible Environment.
2 stars 2 forks source link

Dropwizard on Google Cloud Platform

This sample Dropwizard application runs on Google Cloud Platform's App Engine Flexible Environment.

Basic Instructions

Download all the bits from Google (you'll want the gcloud command line utility). Once you have that, go to the developer console and create a new project. After that, run the following:

gcloud config set project <project id>
mvn gcloud:deploy

If all succeeds, you should be able to browse to http://&lt;project-id&gt;.appspot.com/ and receive a lovely greeting.