Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-23 Thread Everett Toews
Closed #98. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/98#event-134131264

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-23 Thread Everett Toews
Merged and deployed. Thanks a ton @mikolajz! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/98#issuecomment-46856833

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-21 Thread jclouds-commentator
Go to http://e99d5853185864861507-6acfbbdb50f05e3657dcad9d089439a4.r96.cf5.rackcdn.com/ to review your changes. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/98#issuecomment-46765835

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-21 Thread CloudBees pull request builder plugin
[jclouds-site-pull-requests #347](https://jclouds.ci.cloudbees.com/job/jclouds-site-pull-requests/347/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/98#issuecomment-46765807

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-21 Thread mikolajz
I have squashed the commits. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/98#issuecomment-46765787

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-18 Thread mikolajz
> +Google Cloud Platform uses OAuth which gives a variety of choices how to > authenticate: > + > + * One can ask a user for consent to perform operations in his/her name. > + * One can create a service account and use its private key to authenticate. > + * Unless configured otherwise, programs

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-18 Thread jclouds-commentator
Go to http://efed2ea76b1539a6c078-2627d7b339520d288b62dc4bb56e13fa.r10.cf5.rackcdn.com/ to review your changes. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/98#issuecomment-46411672

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-18 Thread CloudBees pull request builder plugin
[jclouds-site-pull-requests #346](https://jclouds.ci.cloudbees.com/job/jclouds-site-pull-requests/346/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/98#issuecomment-46411533

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-18 Thread mikolajz
> + * One can create a service account and use its private key to authenticate. > + * Unless configured otherwise, programs running on a GCE instance can > perform operations as the project's default service account > ([documentation](https://developers.google.com/compute/docs/authentication)).

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-18 Thread mikolajz
> +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 [compute > service](http://jclouds.apache.org/start/compute/) that

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-18 Thread mikolajz
> + > +## 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 [compute > service](http://jclouds.apache.o

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-18 Thread mikolajz
> +permalink: /guides/google/ > +--- > + > +## 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 [comput

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-18 Thread mikolajz
> @@ -0,0 +1,37 @@ > +--- > +layout: toc > +title: "Google Cloud Platform: Getting Started Guide" > +permalink: /guides/google/ > +--- > + > +## Introduction > +This guide helps you to get started with [Google Cloud > Platform](https://cloud.google.com/) development using jclouds. > + > +Currently

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-18 Thread mikolajz
> @@ -0,0 +1,37 @@ > +--- > +layout: toc > +title: "Google Cloud Platform: Getting Started Guide" > +permalink: /guides/google/ > +--- > + > +## Introduction > +This guide helps you to get started with [Google Cloud > Platform](https://cloud.google.com/) development using jclouds. > + > +Currently

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-07 Thread Andrew Phillips
> + * One can create a service account and use its private key to authenticate. > + * Unless configured otherwise, programs running on a GCE instance can > perform operations as the project's default service account > ([documentation](https://developers.google.com/compute/docs/authentication)).

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-07 Thread Andrew Phillips
> +Google Cloud Platform uses OAuth which gives a variety of choices how to > authenticate: > + > + * One can ask a user for consent to perform operations in his/her name. > + * One can create a service account and use its private key to authenticate. > + * Unless configured otherwise, programs

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-07 Thread Andrew Phillips
> +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 [compute > service](http://jclouds.apache.org/start/compute/) that

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-07 Thread Andrew Phillips
> + > +## 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 [compute > service](http://jclouds.apache.o

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-07 Thread Andrew Phillips
> +permalink: /guides/google/ > +--- > + > +## 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 [comput

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-07 Thread Andrew Phillips
> @@ -0,0 +1,37 @@ > +--- > +layout: toc > +title: "Google Cloud Platform: Getting Started Guide" > +permalink: /guides/google/ > +--- > + > +## Introduction > +This guide helps you to get started with [Google Cloud > Platform](https://cloud.google.com/) development using jclouds. > + > +Currently

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-07 Thread Andrew Phillips
> @@ -0,0 +1,37 @@ > +--- > +layout: toc > +title: "Google Cloud Platform: Getting Started Guide" > +permalink: /guides/google/ > +--- > + > +## Introduction > +This guide helps you to get started with [Google Cloud > Platform](https://cloud.google.com/) development using jclouds. > + > +Currently

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-07 Thread Andrew Phillips
> @demobox good to go? Wow, I missed that! Thanks for the ping, @mikolajz ;-) I have a couple of comments, but I think we're fine to merge this now and make a couple of changes after that, as we feel necessary. This is certainly good enough to start with! --- Reply to this email directly or vie

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-06-07 Thread mikolajz
Ping? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/98#issuecomment-45421809

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-18 Thread Ignasi Barrera
@demobox good to go? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/98#issuecomment-43455111

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-16 Thread mikolajz
> @@ -0,0 +1,40 @@ > +--- > +layout: page Done. On Mon, May 12, 2014 at 10:13 PM, Ignasi Barrera wrote: > In guides/google.md: > > > @@ -0,0 +1,40 @@ > > +--- > > +layout: page > > There is a toc layout that will automatically add the TOC at the top of > the page. The TOC list uses bullets inst

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-16 Thread mikolajz
> @@ -0,0 +1,40 @@ > +--- > +layout: page > +title: "Google Cloud Platform: Getting Started Guide" > +permalink: /guides/google/ > +--- > + > +1. [Introduction](#intro) > +2. [Authentification](#auth) > +2. [Running examples](#examples) > + > + > +## Introduction > +This guide helps you to get star

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-16 Thread jclouds-commentator
Go to http://2eb91609491323fd2b27-eeb800139d3cb5263b174905ee6d8113.r87.cf1.rackcdn.com/ to review your changes. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/98#issuecomment-43210508

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-16 Thread mikolajz
> +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. > + > +## Authentification > +Google Cloud Platform uses OAuth which gives a variety of choices how to >

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-16 Thread mikolajz
> + * One can ask a user for consent to perform operations in his/her name. > + * One can create a service account and use its private key to > authentificate. > + * Unless configured otherwise, programs running on a GCE instance can > perform operations as the project's default service accoun

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-16 Thread jclouds-commentator
Go to http://d01c326592cffcccef72-9d1e2f1021b96556740d7c1c36daac2e.r26.cf1.rackcdn.com/ to review your changes. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/98#issuecomment-43212938

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-16 Thread mikolajz
> +layout: page > +title: "Google Cloud Platform: Getting Started Guide" > +permalink: /guides/google/ > +--- > + > +1. [Introduction](#intro) > +2. [Authentification](#auth) > +2. [Running examples](#examples) > + > + > +## Introduction > +This guide helps you to get started with [Google Cloud >

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-16 Thread CloudBees pull request builder plugin
[jclouds-site-pull-requests #302](https://jclouds.ci.cloudbees.com/job/jclouds-site-pull-requests/302/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/98#issuecomment-43210174

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-16 Thread mikolajz
> +2. [Authentification](#auth) > +2. [Running examples](#examples) > + > + > +## 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

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-16 Thread mikolajz
> @@ -0,0 +1,40 @@ > +--- > +layout: page > +title: "Google Cloud Platform: Getting Started Guide" > +permalink: /guides/google/ > +--- > + > +1. [Introduction](#intro) > +2. [Authentification](#auth) Done :) On Tue, May 13, 2014 at 12:08 AM, Andrew Phillips wrote: > In guides/google.md: > > >

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-16 Thread mikolajz
> + > +1. [Introduction](#intro) > +2. [Authentification](#auth) > +2. [Running examples](#examples) > + > + > +## Introduction > +This guide helps you to get started with [Google Cloud > Platform](https://cloud.google.com/) development using jclouds. > + > +Currently, [Google Compute Engine](http

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-16 Thread mikolajz
> +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 infra

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-16 Thread CloudBees pull request builder plugin
[jclouds-site-pull-requests #304](https://jclouds.ci.cloudbees.com/job/jclouds-site-pull-requests/304/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/98#issuecomment-43212636

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-16 Thread mikolajz
> + > +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 Consol

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-16 Thread mikolajz
> + > +## Authentification > +Google Cloud Platform uses OAuth which gives a variety of choices how to > authentificate: > + * One can ask a user for consent to perform operations in his/her name. > + * One can create a service account and use its private key to > authentificate. > + * Unless

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-16 Thread mikolajz
> + * Unless configured otherwise, programs running on a GCE instance can > perform operations as the project's default service account > ([documentation](https://developers.google.com/compute/docs/authentication)). > + > +You can find all the details in [the > documentation](https://developers

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-16 Thread jclouds-commentator
Go to http://6b5b41b9c8c5b4578c7e-b2c910c35e7c4ebbd1ec85a5eb18dda1.r17.cf1.rackcdn.com/ to review your changes. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/98#issuecomment-43211911

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-16 Thread CloudBees pull request builder plugin
[jclouds-site-pull-requests #303](https://jclouds.ci.cloudbees.com/job/jclouds-site-pull-requests/303/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/98#issuecomment-43211713

[jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-12 Thread mikolajz
You can merge this Pull Request by running: git pull https://github.com/mikolajz/jclouds-site pr-first-guide Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds-site/pull/98 -- Commit Summary -- * First part of a user guide for GCE in jclouds -- Fi

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-12 Thread Andrew Phillips
> + > +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 Consol

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-12 Thread Andrew Phillips
Thanks, @mikolajz! As @nacx said, it's great to see documentation improvements like this. One general note: I think we need to change "authentificate" to "authenticate" throughout. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/98#issuecomment

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-12 Thread Andrew Phillips
> + > + > +## 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 ma

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-12 Thread Andrew Phillips
> @@ -0,0 +1,40 @@ > +--- > +layout: page > +title: "Google Cloud Platform: Getting Started Guide" > +permalink: /guides/google/ > +--- > + > +1. [Introduction](#intro) > +2. [Authentification](#auth) > +2. [Running examples](#examples) > + > + > +## Introduction > +This guide helps you to get star

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-12 Thread Andrew Phillips
> @@ -0,0 +1,40 @@ > +--- > +layout: page > +title: "Google Cloud Platform: Getting Started Guide" > +permalink: /guides/google/ > +--- > + > +1. [Introduction](#intro) > +2. [Authentification](#auth) I like this, but I think it's "Authentication" ;-) --- Reply to this email directly or view it o

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-12 Thread Andrew Phillips
> +2. [Authentification](#auth) > +2. [Running examples](#examples) > + > + > +## 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

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-12 Thread Andrew Phillips
> +layout: page > +title: "Google Cloud Platform: Getting Started Guide" > +permalink: /guides/google/ > +--- > + > +1. [Introduction](#intro) > +2. [Authentification](#auth) > +2. [Running examples](#examples) > + > + > +## Introduction > +This guide helps you to get started with [Google Cloud >

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-12 Thread Andrew Phillips
> + * Unless configured otherwise, programs running on a GCE instance can > perform operations as the project's default service account > ([documentation](https://developers.google.com/compute/docs/authentication)). > + > +You can find all the details in [the > documentation](https://developers

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-12 Thread Andrew Phillips
> + * One can ask a user for consent to perform operations in his/her name. > + * One can create a service account and use its private key to > authentificate. > + * Unless configured otherwise, programs running on a GCE instance can > perform operations as the project's default service accoun

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-12 Thread Andrew Phillips
> + > +## Authentification > +Google Cloud Platform uses OAuth which gives a variety of choices how to > authentificate: > + * One can ask a user for consent to perform operations in his/her name. > + * One can create a service account and use its private key to > authentificate. > + * Unless

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-12 Thread Andrew Phillips
> +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. > + > +## Authentification > +Google Cloud Platform uses OAuth which gives a variety of choices how to >

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-12 Thread Ignasi Barrera
It's great to have documentation contributions. Thanks @mikolajz! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/98#issuecomment-42882030

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-12 Thread Ignasi Barrera
> +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 infra

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-12 Thread Ignasi Barrera
> @@ -0,0 +1,40 @@ > +--- > +layout: page There is a `toc` layout that will automatically add the TOC at the top of the page. The TOC list uses bullets instead of a numbered list (and the TOC system is still in progress). There's no need to change to change the layout, it is just FYI :) Use it i

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-12 Thread Ignasi Barrera
> + > +1. [Introduction](#intro) > +2. [Authentification](#auth) > +2. [Running examples](#examples) > + > + > +## Introduction > +This guide helps you to get started with [Google Cloud > Platform](https://cloud.google.com/) development using jclouds. > + > +Currently, [Google Compute Engine](http

Re: [jclouds-site] First part of a user guide for GCE in jclouds (#98)

2014-05-12 Thread CloudBees pull request builder plugin
[jclouds-site-pull-requests #301](https://jclouds.ci.cloudbees.com/job/jclouds-site-pull-requests/301/) SUCCESS This pull request looks good --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/98#issuecomment-42863523