Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit 253f782

Browse files
committed
Add som links back to psh
1 parent 168bc48 commit 253f782

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

getting-started.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ Getting Started
66
Installing the Symfony CLI Tool
77
-------------------------------
88

9-
To manage your Symfony projects with Platform.sh, you need Git, SSH, and the ``symfony`` CLI tool. Go to the `Download`_ page for instructions on how to install the Symfony CLI tool on your local machine.
9+
To manage your Symfony projects with `Platform.sh`_, you will need:
10+
11+
* Git and SSH;
12+
* The ``symfony`` CLI tool (go to the `Download`_ page for instructions on how to install it on your local machine);
13+
* `A Platform.sh account`_.
1014

1115
To get started with the Symfony CLI tool, run ``symfony`` to get some common commands or ``symfony help`` to list all available commands.
1216

@@ -16,7 +20,7 @@ To get started with the Symfony CLI tool, run ``symfony`` to get some common com
1620

1721
.. note::
1822

19-
On Windows, you may have to use `Git Bash`_ instead of Powershell to run the CLI commands due to compatibility reasons
23+
On Windows, you may have to use `Git Bash`_ instead of Powershell to run the CLI commands due to compatibility reasons.
2024

2125
Deploying a Project on Platform.sh
2226
----------------------------------
@@ -61,7 +65,7 @@ If you have a closer look at ``.platform.app.yaml`` for a Symfony project, you w
6165
Creating a Project in the Cloud
6266
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6367

64-
Then, create a new Platform.sh project (you will need to create a Platform.sh account):
68+
Then, create a new Platform.sh project (you will need to `create a Platform.sh account`_):
6569

6670
.. code-block:: terminal
6771
@@ -158,6 +162,9 @@ Iterate by changing the code, committing, and deploying. When satisfied with the
158162

159163
For a long running branch, you can keep the code up-to-date with ``main`` via ``git merge main`` or ``git rebase main``. And you can also keep the data in sync with the production environment via ``symfony env:sync``.
160164

165+
.. _`Platform.sh`: https://platform.sh/marketplace/symfony/?utm_source=symfony-cloud-sign-up&utm_medium=backlink&utm_campaign=Symfony-Cloud-sign-up&utm_content=installing-cli-tool
166+
.. _`A Platform.sh account`: https://platform.sh/try-it-now
167+
.. _`create a Platform.sh account`: https://platform.sh/try-it-now
161168
.. _`official Platform.sh documentation`: https://docs.platform.sh/
162169
.. _`Download`: https://symfony.com/download
163170
.. _`authorize Platform.sh`: https://docs.platform.sh/guides/general/composer-auth.html#private-repository-hosting

intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The documentation on symfony.com *only* describes the integration between Platfo
8181

8282
To get a feeling of what it looks like working with Symfony on Platform.sh, jump to the `Getting Started <getting-started>`_ guide.
8383

84-
.. _`Platform.sh`: https://docs.platform.sh/
84+
.. _`Platform.sh`: https://platform.sh/marketplace/symfony/?utm_source=symfony-cloud-sign-up&utm_medium=backlink&utm_campaign=Symfony-Cloud-sign-up&utm_content=project-in-the-cloud
8585
.. _`support ticket`: https://console.platform.sh/-/users/~/tickets/open
8686
.. _`official documentation`: https://docs.platform.sh/
8787
.. _`Symfony CLI`: https://symfony.com/download

0 commit comments

Comments
 (0)