See the Bookshelf tutorial for help getting started with Google App Engine (Standard), Google Cloud Firestore, and more.
You'll need to create a bucket in Google Cloud Storage,
referred to below as MY-BUCKET. You'll also need to create an OAuth2 client
and secret, and edit pom.xml with its values.
mvn clean jetty:run-war -DprojectID=YOUR-PROJECT-ID
-
Initialize the Google Cloud SDK
gcloud init -
In the
makeProjectscript update theBUCKETenvironment variable with your bucket name. -
Deploy your App
./makeProject gce -
To tear down the App, use
./makeProject down
-
Initialize Google Cloud SDK and
makeProjectas above. -
Deploy your App
./makeProject gce-many -
To tear down the App, use
./makeProject down-many