Skip to content

Commit 8e2e24c

Browse files
authored
Added link to the main readme (#44)
1 parent 66d94d5 commit 8e2e24c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A runtime for [Google Cloud](https://cloud.google.com/).
44

5+
If you are new to the Symfony Runtime component, see the "The Long Story" down below.
6+
57
## Installation
68

79
This runtime layer is special. It includes a `router.php` to enable the use of
@@ -55,12 +57,12 @@ return function(CloudEvent $cloudevent) {
5557

5658
## Troubleshooting
5759

58-
### Cache/Build directory
60+
### Cache/Build Directory
5961

6062
Note that Google Cloud will only deploy files that are not in `.gitignore`. You
6163
need to remove the `var/` entry before deployment to be able to warm up the cache etc.
6264

63-
### Define Symfony environment
65+
### Define Symfony Environment
6466

6567
Define environment variable `APP_ENV=prod` to use Symfony production mode.
6668

@@ -72,7 +74,7 @@ gcloud functions deploy helloHttp \
7274
--set-env-vars "FUNCTION_SOURCE=public/index.php,APP_ENV=prod"
7375
```
7476

75-
## The long story
77+
## The Long Story
7678

7779
This section is for you who are new to Symfony Runtime component.
7880

@@ -91,7 +93,7 @@ etc. The point is that your application does not care what runtime it is. This m
9193
that you can run your application locally with a normal web server (like Nginx) and
9294
deploy it to Google Cloud with zero changes and still be sure everything works.
9395

94-
### Google Cloud Runtime specifically
96+
### Google Cloud Runtime Specifically
9597

9698
Since Google Cloud is very similar to a "normal web server", this runtime only
9799
contains 2 things:

0 commit comments

Comments
 (0)