Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Rename MVM To Flexible #361

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 26, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
File renamed without changes.
6 changes: 3 additions & 3 deletions managed_vms/README.md → appengine/flexible/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Google App Engine Managed VMs Python Samples
## Google App Engine Flexible Environment Python Samples

These are samples for using Python on Google App Engine Managed VMs. These samples are typically referenced from the [docs](https://cloud.google.com/appengine/docs).
These are samples for using Python on Google App Engine Flexible Environment. These samples are typically referenced from the [docs](https://cloud.google.com/appengine/docs).

See our other [Google Cloud Platform github repos](https://github.com/GoogleCloudPlatform) for sample applications and
scaffolding for other frameworks and use cases.
Expand All @@ -23,7 +23,7 @@ In general, the samples typically require:

```
git clone https://github.com/GoogleCloudPlatform/python-docs-samples.git
cd python-docs-samples/managed_vms
cd python-docs-samples/appengine/flexible
```

4. Open a sample folder, create a virtualenv, install dependencies, and run the sample:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Google Analytics Measurement Protocol sample for Google App Engine Managed VMs
# Google Analytics Measurement Protocol sample for Google App Engine Flexible

This sample demonstrates how to use the [Google Analytics Measurement Protocol](https://developers.google.com/analytics/devguides/collection/protocol/v1/) (or any other SQL server) on [Google App Engine Managed VMs](https://cloud.google.com/appengine).
This sample demonstrates how to use the [Google Analytics Measurement Protocol](https://developers.google.com/analytics/devguides/collection/protocol/v1/) (or any other SQL server) on [Google App Engine Flexible Environment](https://cloud.google.com/appengine).

## Setup

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python Google Cloud SQL sample for Google App Engine Managed VMs
# Python Google Cloud SQL sample for Google App Engine Flexible

This sample demonstrates how to use [Google Cloud SQL](https://cloud.google.com/sql/) (or any other SQL server) on [Google App Engine Managed VMs](https://cloud.google.com/appengine).
This sample demonstrates how to use [Google Cloud SQL](https://cloud.google.com/sql/) (or any other SQL server) on [Google App Engine Flexible](https://cloud.google.com/appengine).

## Setup

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python Google Cloud Datastore sample for Google App Engine Managed VMs
# Python Google Cloud Datastore sample for Google App Engine Flexible Environment

This sample demonstrates how to use [Google Cloud Datastore](https://cloud.google.com/datastore/) on [Google App Engine Managed VMs](https://cloud.google.com/appengine).
This sample demonstrates how to use [Google Cloud Datastore](https://cloud.google.com/datastore/) on [Google App Engine Flexible Environment](https://cloud.google.com/appengine).

## Setup

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Getting started with Django on Google Cloud Platform

This repository is an example of how to run a [Django](https://www.djangoproject.com/)
app on Google Managed VMs. It uses the [Writing your first Django app](https://docs.djangoproject.com/en/1.9/intro/tutorial01/) as the example app to deploy.
app on Google App Engine Flexible Environment. It uses the [Writing your first Django app](https://docs.djangoproject.com/en/1.9/intro/tutorial01/) as the example app to deploy.


## Setup the database
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This sample consists of two parts:

### Running the backend

For more info on running Flexible applications locally, see [the getting started documentation](https://cloud.google.com/appengine/docs/managed-vms/python/hello-world).
For more info on running Flexible applications locally, see [the getting started documentation](https://cloud.google.com/python/getting-started/hello-world).

Install all the dependencies:

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Extend the Managed VMs python-compat runtime.
# Extend the App Engine Flexible python-compat runtime.
FROM gcr.io/google_appengine/python-compat-multicore

# Install the fortunes binary from the debian repositories.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Google App Engine Managed VMs extending runtime python-compat
## Google App Engine Flexible Environment extending runtime python-compat

This sample demonstrates how to extend the [python-compat](https://cloud.google.com/appengine/docs/managed-vms/python/migrating-an-existing-app) runtime on [Google App Engine Managed VMs](https://cloud.google.com/appengine/docs/python/managed-vms/hello-world)
This sample demonstrates how to extend the [python-compat](https://cloud.google.com/appengine/docs/managed-vms/python/migrating-an-existing-app) runtime on [Google App Engine Flexible Environment](https://cloud.google.com/python/getting-started/hello-world)

### Running & deploying the sample

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Google App Engine Managed VMs python-compat Hello World
## Google App Engine Flexible Environment python-compat Hello World

This sample demonstrates using the [python-compat](https://cloud.google.com/appengine/docs/managed-vms/python/migrating-an-existing-app) runtime on [Google App Engine Managed VMs](https://cloud.google.com/appengine/docs/python/managed-vms/hello-world)
This sample demonstrates using the [python-compat](https://cloud.google.com/appengine/docs/managed-vms/python/migrating-an-existing-app) runtime on [Google App Engine Flexible Environment](https://cloud.google.com/python/getting-started/hello-world)

### Running & deploying the sample

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Django sample for Google App Engine Managed VMs
# Django sample for Google App Engine Flexible Environment

This is a basic hello world [Django](https://www.djangoproject.com/) example
for [Google App Engine Managed VMs](https://cloud.google.com/appengine).
for [Google App Engine Flexible Environment](https://cloud.google.com/appengine).

## Running locally

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Kinto Example

This is a basic example of running Mozillas [Kinto](https://github.com/Kinto/kinto/blob/master/docs/index.rst)
on Managed VMs. Kinto provides a framework to sync JSON data across many devices and provide push notifications.
on App Engine Flexible. Kinto provides a framework to sync JSON data across many devices and provide push notifications.
This example uses a custom runtime to install Kinto and edit the config to run it on port 8080, which is the port that
the base Docker image is expecting.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# This file specifies your Python application's runtime configuration.
# See https://cloud.google.com/appengine/docs/managed-vms/config for details.
# See https://cloud.google.com/appengine/docs/flexible/python/configuring-your-app-with-app-yaml

runtime: custom
vm: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python Mailgun email sample for Google App Engine Managed VMs
# Python Mailgun email sample for Google App Engine Flexible Environment

This sample demonstrates how to use [Mailgun](https://www.mailgun.com) on [Google App Engine Managed VMs](https://cloud.google.com/appengine).
This sample demonstrates how to use [Mailgun](https://www.mailgun.com) on [Google App Engine Flexible Environment](https://cloud.google.com/appengine).

For more information about Mail, see their [documentation](https://documentation.mailgun.com/).

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!doctype html>
<html>
<head>
<title>Mailgun on Google App Engine Managed VMs</title>
<title>Mailgun on Google App Engine Flexible Environment</title>
</head>
<body>
<!-- [START form] -->
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python Google Cloud Pub/Sub sample for Google App Engine Managed VMs
# Python Google Cloud Pub/Sub sample for Google App Engine Flexible Environment

This demonstrates how to send and receive messages using [Google Cloud Pub/Sub](https://cloud.google.com/pubsub) on [Google App Engine Managed VMs](https://cloud.google.com/appengine).
This demonstrates how to send and receive messages using [Google Cloud Pub/Sub](https://cloud.google.com/pubsub) on [Google App Engine Flexible Environment](https://cloud.google.com/appengine).

## Setup

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!doctype html>
<html>
<head>
<title>Pub/Sub Python on Google App Engine Managed VMs</title>
<title>Pub/Sub Python on Google App Engine Flexible Environment</title>
</head>
<body>
<div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python SendGrid email sample for Google App Engine Managed VMs
# Python SendGrid email sample for Google App Engine Flexible

This sample demonstrates how to use [SendGrid](https://www.sendgrid.com) on [Google App Engine Managed VMs](https://cloud.google.com/appengine).
This sample demonstrates how to use [SendGrid](https://www.sendgrid.com) on [Google App Engine Flexible](https://cloud.google.com/appengine).

For more information about SendGrid, see their [documentation](https://sendgrid.com/docs/User_Guide/index.html).

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!doctype html>
<html>
<head>
<title>SendGrid on Google App Engine Managed VMs</title>
<title>SendGrid on Google App Engine Flexible Environment</title>
</head>
<body>
<!-- [START form] -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Python / Flask static files sample for Google App Engine Managed VMs
# Python / Flask static files sample for Google App Engine Flexible Environment

This demonstrates how to use [Flask](http://flask.pocoo.org/) to serve static files in your application.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python Google Cloud Storage sample for Google App Engine Managed VMs
# Python Google Cloud Storage sample for Google App Engine Flexible Environment

This sample demonstrates how to use [Google Cloud Storage](https://cloud.google.com/storage/) on [Google App Engine Managed VMs](https://cloud.google.com/appengine).
This sample demonstrates how to use [Google Cloud Storage](https://cloud.google.com/storage/) on [Google App Engine Flexible Environment](https://cloud.google.com/appengine).

## Setup

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python Twilio voice and SMS sample for Google App Engine Managed VMs
# Python Twilio voice and SMS sample for Google App Engine Flexible Environment

This sample demonstrates how to use [Twilio](https://www.twilio.com) on [Google App Engine Managed VMs](https://cloud.google.com/appengine).
This sample demonstrates how to use [Twilio](https://www.twilio.com) on [Google App Engine Flexible Environment](https://cloud.google.com/appengine).

For more information about Twilio, see their [Python quickstart tutorials](https://www.twilio.com/docs/quickstart/python).

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python websockets sample for Google App Engine Managed VMs
# Python websockets sample for Google App Engine Flexible Environment

This sample demonstrates how to use websockets on [Google App Engine Managed VMs](https://cloud.google.com/appengine).
This sample demonstrates how to use websockets on [Google App Engine Flexible Environment](https://cloud.google.com/appengine).

## Setup

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!doctype html>
<html>
<head>
<title>Google App Engine Managed VMs - Python Websockets Echo</title>
<title>Google App Engine Flexible Environment - Python Websockets Echo</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ These samples are used on the following documentation page:

<!-- end-auto-doc-link -->

Refer to the [App Engine Samples README](../../README.md) for information on how to run and deploy this sample.
Refer to the [App Engine Samples README](../../README.md) for information on how to run and deploy this sample.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ These samples are used on the following documentation page:

<!-- end-auto-doc-link -->

Refer to the [App Engine Samples README](../../README.md) for information on how to run and deploy this sample.
Refer to the [App Engine Samples README](../../README.md) for information on how to run and deploy this sample.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading