> +layout: page > +title: "Google Cloud Platform: Getting Started Guide" > +permalink: /guides/google/ > +--- > + > +1. [Introduction](#intro) > +2. [Authentification](#auth) > +2. [Running examples](#examples) > + > + > +## <a id="intro"></a>Introduction > +This guide helps you to get started with [Google Cloud > Platform](https://cloud.google.com/) development using jclouds. > + > +Currently, [Google Compute Engine](https://developers.google.com/compute/) > is covered. This is a service that allows you to run vitual machines on > Google's infrastructure. > + > +This guide assumes you have a Google Cloud project. If not yet, you can sign > up on the [Developer Console](https://console.developers.google.com/). For > GCE, you need to set up billing.
Yes, projects is what e.g, owns machines in GCP. Accounts sounds like "service account" which is somethings who can manipulate the project's machines (if allowed). On Tue, May 13, 2014 at 12:27 AM, Andrew Phillips <[email protected]>wrote: > In guides/google.md: > > > +layout: page > > +title: "Google Cloud Platform: Getting Started Guide" > > +permalink: /guides/google/ > > +--- > > + > > +1. [Introduction](#intro) > > +2. [Authentification](#auth) > > +2. [Running examples](#examples) > > + > > + > > +## <a id="intro"></a>Introduction > > +This guide helps you to get started with [Google Cloud > > Platform](https://cloud.google.com/) development using jclouds. > > + > > +Currently, [Google Compute Engine](https://developers.google.com/compute/ > ) is covered. This is a service that allows you to run vitual machines on > Google's infrastructure. > > + > > +This guide assumes you have a Google Cloud project. If not yet, you can > > sign up on the [Developer Console](https://console.developers.google.com/). > > For GCE, you need to set up billing. > > Is "project" a GC-specific term? Otherwise, should we say "account"? And > "you can sign up through the" or "...via the"? > > — > Reply to this email directly or view it on > GitHub<https://github.com/jclouds/jclouds-site/pull/98/files#r12557456> > . > --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/98/files#r12689870
