GoogleCloudPlatform/getting-started-ruby

Name: getting-started-ruby

Owner: Google Cloud Platform

Description: A tutorial for creating a complete application using Ruby on Google Cloud Platform

Created: 2015-09-01 18:21:03.0

Updated: 2018-04-29 14:37:34.0

Pushed: 2018-04-20 15:13:24.0

Homepage: https://cloud.google.com/ruby

Size: 454

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Getting Started Ruby

Travis Build Status

Checkout folders to view particular steps of this sample application.

Ruby on Rails web application on Google Managed VMs.

Run

To run the application, first install dependencies:

$ bundle install

And then run the Rails web server:

$ rails server
To run the tests
$ bundle install
$ bundle exec rspec
To deploy to App Engine Managed VMs

Install the Google Cloud SDK:

$ curl https://sdk.cloud.google.com | bash

And then deploy the application:

$ gcloud app deploy

The application Dockerfile uses the google/ruby-runtime Docker image which supports running any Ruby web application.

The ruby-runtime image requires that your application directory contain the following:

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.