Skip to content

Commit

Permalink
Fix typo and add Github link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustin Delaporte authored and weaverryan committed Dec 26, 2014
1 parent b4383b5 commit c2a5675
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions cookbook/deployment/platformsh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Deploying to Platform.sh
========================

This step by step cookbook describes how to deploy a Symfony web application to
`Platform.sh`_ . You can read more about using Symfony with Platform.sh on the
This step-by-step cookbook describes how to deploy a Symfony web application to
`Platform.sh`_. You can read more about using Symfony with Platform.sh on the
official `Platform.sh documentation`_.

Deploy an existing site
Expand Down Expand Up @@ -95,6 +95,8 @@ your Git repository which contains the following files:
type: mysql
disk: 2048
An example of these configurations can be found on `Github`_.

Configure database access
~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -186,10 +188,11 @@ through the checkout process.
Once your project is ready, give it a name and choose: **Create a new site**.
Choose the *Symfony* stack and a starting point such as *Standard*.

That's it! Your Symfony application will be bootstaped and deployed. You'll soon
That's it! Your Symfony application will be bootstrapped and deployed. You'll soon
be able to see it in your browser.

.. _`Platform.sh`: https://platform.sh
.. _`Platform.sh documentation`: https://docs.platform.sh/toolstacks/symfony/symfony-getting-started/
.. _`Platform.sh documentation`: https://docs.platform.sh/toolstacks/symfony/symfony-getting-started
.. _`Platform.sh project`: https://marketplace.commerceguys.com/platform/buy-now
.. _`Platform.sh configuration files`: https://docs.platform.sh/reference/configuration-files/
.. _`Platform.sh configuration files`: https://docs.platform.sh/reference/configuration-files
.. _`Github`: https://github.com/platformsh/platformsh-examples

0 comments on commit c2a5675

Please sign in to comment.