Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

GoogleCloudPlatform/getting-started-ruby

Repository files navigation

Getting Started Ruby

Travis Build Status

Checkout folders to view particular steps of this sample application.

Ruby on Rails web application on Google App Engine.

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

Install the gcloud CLI: https://cloud.google.com/sdk/docs/install-sdk

And then deploy the application:

$ gcloud app deploy 

Contributing changes

Licensing

About

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

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 12