GoogleCloudPlatform/appengine-custom-runtimes-samples

Name: appengine-custom-runtimes-samples

Owner: Google Cloud Platform

Description: null

Created: 2016-02-02 18:34:01.0

Updated: 2018-05-22 13:24:30.0

Pushed: 2018-01-14 18:43:14.0

Homepage: null

Size: 24

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Google App Engine Custom Runtime Samples

These are samples for creating custom runtimes on Google App Engine Flexible. These samples are typically referenced from the docs.

See our other Google Cloud Platform github repos for sample applications and scaffolding for other frameworks and use cases.

Deploying

Some samples in this repositories may have special deployment instructions. Refer to the readme in the sample directory.

  1. Use the Google Developers Console to create a project/app id. (App id and project id are identical)

  2. Configure gcloud with your app id.

    ud config set project <your-app-id>
    
  3. Use gcloud to deploy your app.

    ud app deploy
    
  4. Congratulations! Your application is now live at your-app-id.appspot.com

Contributing changes
Licensing

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.