From 5d4e6c9fb20278d905aa8bfd292ed2e4786d9288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl?= Date: Sun, 27 May 2018 17:29:32 +0200 Subject: [PATCH 1/2] Update deployment.rst bin/symfony_requirements script is no longer exists in Flex --- deployment.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployment.rst b/deployment.rst index 34ca62782bb..19c34727630 100644 --- a/deployment.rst +++ b/deployment.rst @@ -122,6 +122,8 @@ Check if your server meets the requirements by running: $ php bin/symfony_requirements +If you're using :doc:`Symfony Flex ` the previous script is no longer exists. Use the new :doc:`Symfony Requirements Checker ` instead. + .. _b-configure-your-app-config-parameters-yml-file: B) Configure your Environment Variables From 3195870b1e1f6ce87d18d8ec5aa80b44a5d9689d Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sun, 27 May 2018 18:50:10 +0200 Subject: [PATCH 2/2] Reword --- deployment.rst | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/deployment.rst b/deployment.rst index 19c34727630..800eeab8d8f 100644 --- a/deployment.rst +++ b/deployment.rst @@ -116,13 +116,8 @@ you'll need to do: A) Check Requirements ~~~~~~~~~~~~~~~~~~~~~ -Check if your server meets the requirements by running: - -.. code-block:: terminal - - $ php bin/symfony_requirements - -If you're using :doc:`Symfony Flex ` the previous script is no longer exists. Use the new :doc:`Symfony Requirements Checker ` instead. +Use the :doc:`Symfony Requirements Checker ` to check +if your server meets the technical requirements to run Symfony applications. .. _b-configure-your-app-config-parameters-yml-file: