Skip to content

Commit 1fff950

Browse files
author
Takashi Matsuo
committed
Merge pull request GoogleCloudPlatform#104 from GoogleCloudPlatform/bshaffer-patch-1
changes managed VMs to flexible
2 parents 6c53dc4 + 07fbb27 commit 1fff950

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

appengine/flexible/symfony/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
Symfony on Managed VMs
2-
======================
1+
Symfony on App Engine Flexible Environment
2+
==========================================
33

44
## Overview
55

6-
This guide will help you deploy Symfony on [App Engine Managed VMs][1]
6+
This guide will help you deploy Symfony on [App Engine Flexible Environment][1]
77

88
## Prerequisites
99

10-
Before setting up Symfony on Managed VMs, you will need to complete the following:
10+
Before setting up Symfony on App Engine, you will need to complete the following:
1111

1212
1. Create a [Google Cloud Platform project][2]. Note your **Project ID**, as you will need it
1313
later.
@@ -22,15 +22,15 @@ composer create-project symfony/symfony:^3.0
2222

2323
## Copy over App Engine files
2424

25-
For your app to deploy on App Engine Managed VMs, you will need to copy over the files in this
25+
For your app to deploy on App Engine Flexible, you will need to copy over the files in this
2626
directory:
2727

2828
```sh
2929
# clone this repo somewhere
3030
git clone https://github.com/GoogleCloudPlatform/php-docs-samples /path/to/php-docs-samples
3131

3232
# copy the four files below to the root directory of your Symfony project
33-
cd /path/to/php-docs-samples/managed_vms/symfony/
33+
cd /path/to/php-docs-samples/appengine/flexible/symfony/
3434
cp ./{app.yaml,php.ini,Dockerfile,nginx-app.conf} /path/to/symfony
3535
```
3636

@@ -41,5 +41,5 @@ The four files needed are as follows:
4141
1. [`php.ini`](php.ini) - Optional ini used to extend the runtime configuration.
4242
1. [`nginx-app.conf`](nginx-app.conf) - Nginx web server configuration needed for `Symfony`
4343

44-
[1]: https://cloud.google.com/appengine/docs/managed-vms/
44+
[1]: https://cloud.google.com/appengine/docs/flexible/
4545
[2]: https://console.cloud.google.com

0 commit comments

Comments
 (0)