This directory contains a number of shell files used for setting up GCE images and instances for developing and testing gRPC.
provides a script to create a GCE image that has everything needed to try out gRPC on GCE.
provide another script that creates a new GCE instance from the latest image
additional scripts may be added in the future
$ create_grpc_dev_image.sh # creates a grpc GCE image $ ... $ new_grpc_dev_instance.sh # creates an instance using the latest grpc GCE image
Install Google Cloud SDK
Library scripts that contain bash functions used in the other scripts:
GCE startup scripts
Main scripts (as of 2014/09/04)