Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 649 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 649 Bytes

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://<project-id>.appspot.com/ and receive a lovely greeting.