Use the following steps to set up your local environment for developing and deploying your App Engine services:
- Install the latest release of Ruby. See Ruby runtime environment for a list of the supported versions.
Install and initialize the gcloud CLI for deploying and managing your apps. If you already have the gcloud CLI installed and initialized, run the
gcloud components update
command to update to the latest release.By downloading, you agree to be bound by the Terms that govern use of the gcloud CLI for App Engine.
Optional tools:
-
Install Git for access to code, samples, libraries, and tools in the Google Cloud GitHub repository.
- Install your preferred tooling or framework, for example the Sinatra or Ruby on Rails frameworks.
To easily manage your Ruby dependencies, install Bundler:
gem install bundler