|
4 | 4 | Deploying to Platform.sh |
5 | 5 | ======================== |
6 | 6 |
|
7 | | -This step by step cookbook describes how to deploy a Symfony web application to |
8 | | -`Platform.sh`_ . You can read more about using Symfony with Platform.sh on the |
| 7 | +This step-by-step cookbook describes how to deploy a Symfony web application to |
| 8 | +`Platform.sh`_. You can read more about using Symfony with Platform.sh on the |
9 | 9 | official `Platform.sh documentation`_. |
10 | 10 |
|
11 | 11 | Deploy an existing site |
@@ -95,6 +95,8 @@ your Git repository which contains the following files: |
95 | 95 | type: mysql |
96 | 96 | disk: 2048 |
97 | 97 |
|
| 98 | +An example of these configurations can be found on `Github`_. |
| 99 | + |
98 | 100 | Configure database access |
99 | 101 | ~~~~~~~~~~~~~~~~~~~~~~~~~ |
100 | 102 |
|
@@ -186,10 +188,11 @@ through the checkout process. |
186 | 188 | Once your project is ready, give it a name and choose: **Create a new site**. |
187 | 189 | Choose the *Symfony* stack and a starting point such as *Standard*. |
188 | 190 |
|
189 | | -That's it! Your Symfony application will be bootstaped and deployed. You'll soon |
| 191 | +That's it! Your Symfony application will be bootstrapped and deployed. You'll soon |
190 | 192 | be able to see it in your browser. |
191 | 193 |
|
192 | 194 | .. _`Platform.sh`: https://platform.sh |
193 | | -.. _`Platform.sh documentation`: https://docs.platform.sh/toolstacks/symfony/symfony-getting-started/ |
| 195 | +.. _`Platform.sh documentation`: https://docs.platform.sh/toolstacks/symfony/symfony-getting-started |
194 | 196 | .. _`Platform.sh project`: https://marketplace.commerceguys.com/platform/buy-now |
195 | | -.. _`Platform.sh configuration files`: https://docs.platform.sh/reference/configuration-files/ |
| 197 | +.. _`Platform.sh configuration files`: https://docs.platform.sh/reference/configuration-files |
| 198 | +.. _`Github`: https://github.com/platformsh/platformsh-examples |
0 commit comments