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
2626directory:
2727
2828``` sh
2929# clone this repo somewhere
3030git 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/
3434cp ./{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