Skip to content

Commit

Permalink
[PUBLISHED] 89 - update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Feb 12, 2016
1 parent 51e0cdb commit b2f6b43
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 12 deletions.
8 changes: 6 additions & 2 deletions 1-hello-world/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Getting started with PHP on GCP
# 1 - Hello world

[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/getting-started-php/badge.svg?branch=master&service=github)](https://coveralls.io/github/GoogleCloudPlatform/getting-started-php?branch=master)
This folder contains the sample code for the [Hello world][step-1]
tutorial. Please refer to the tutorial for instructions on configuring, running,
and deploying this sample.

[step-1]: https://cloud.google.com/php/getting-started/hello-world

8 changes: 6 additions & 2 deletions 2-structured-data/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Getting started with PHP on GCP
# 2 - Structured data

[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/getting-started-php/badge.svg?branch=master&service=github)](https://coveralls.io/github/GoogleCloudPlatform/getting-started-php?branch=master)
This folder contains the sample code for the [Structured data][step-2]
tutorial. Please refer to the tutorial for instructions on configuring, running,
and deploying this sample.

[step-2]: https://cloud.google.com/php/getting-started/using-structured-data

8 changes: 6 additions & 2 deletions 3-cloud-storage/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Getting started with PHP on GCP
# 3 - Cloud Storage

[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/getting-started-php/badge.svg?branch=master&service=github)](https://coveralls.io/github/GoogleCloudPlatform/getting-started-php?branch=master)
This folder contains the sample code for the [Cloud Storage][step-3]
tutorial. Please refer to the tutorial for instructions on configuring, running,
and deploying this sample.

[step-3]: https://cloud.google.com/php/getting-started/using-cloud-storage

8 changes: 6 additions & 2 deletions 4-auth/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Getting started with PHP on GCP
# 4 - Authenticating users

[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/getting-started-php/badge.svg?branch=master&service=github)](https://coveralls.io/github/GoogleCloudPlatform/getting-started-php?branch=master)
This folder contains the sample code for the [Authenticating users][step-4]
tutorial. Please refer to the tutorial for instructions on configuring, running,
and deploying this sample.

[step-4]: https://cloud.google.com/php/getting-started/authenticate-users

8 changes: 6 additions & 2 deletions 5-logging/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Getting started with PHP on GCP
# 5 - Logging app events

[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/getting-started-php/badge.svg?branch=master&service=github)](https://coveralls.io/github/GoogleCloudPlatform/getting-started-php?branch=master)
This folder contains the sample code for the [Logging app events][step-5]
tutorial. Please refer to the tutorial for instructions on configuring, running,
and deploying this sample.

[step-5]: https://cloud.google.com/php/getting-started/logging-application-events

8 changes: 6 additions & 2 deletions 6-compute-engine/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Getting started with PHP on GCP
# 6 - Deploying to Google Compute Engine

[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/getting-started-php/badge.svg?branch=master&service=github)](https://coveralls.io/github/GoogleCloudPlatform/getting-started-php?branch=master)
This folder contains the sample code for the [Deploying to Google Compute Engine][step-6]
tutorial. Please refer to the tutorial for instructions on configuring, running,
and deploying this sample.

[step-6]: https://cloud.google.com/php/getting-started/run-on-compute-engine

0 comments on commit b2f6b43

Please sign in to comment.