File tree 2 files changed +12
-6
lines changed
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -117,11 +117,12 @@ you'll need to do:
117
117
A) Check Requirements
118
118
~~~~~~~~~~~~~~~~~~~~~
119
119
120
- Check if your server meets the requirements by running:
120
+ Check if your server meets the requirements by running the following command
121
+ provided by the ``symfony `` binary created when `installing Symfony `_:
121
122
122
123
.. code-block :: terminal
123
124
124
- $ php bin/symfony_requirements
125
+ $ symfony check:requirements
125
126
126
127
.. _b-configure-your-app-config-parameters-yml-file :
127
128
@@ -248,3 +249,4 @@ kernel and return your project's root directory::
248
249
.. _`Deployer` : http://deployer.org/
249
250
.. _`Git Tagging` : https://git-scm.com/book/en/v2/Git-Basics-Tagging
250
251
.. _`EasyDeployBundle` : https://github.com/EasyCorp/easy-deploy-bundle
252
+ .. _`installing Symfony` : https://symfony.com/download
Original file line number Diff line number Diff line change @@ -29,14 +29,18 @@ to avoid leaking internal information about your application to visitors.
29
29
Checking Requirements for the Command Console
30
30
---------------------------------------------
31
31
32
- Open your console or terminal, enter in your project directory, execute this
33
- command and fix the reported issues :
32
+ Open your console or terminal and run the following command provided by the
33
+ `` symfony `` binary created when ` installing Symfony `_ :
34
34
35
35
.. code-block :: terminal
36
36
37
- $ cd my-project/
38
- $ php bin/symfony_requirements
37
+ # checks if your computer/server is ready to run Symfony projects
38
+ $ symfony check:requirements
39
+
40
+ # use the --dir option to also check if some specific Symfony project is ready to be run
41
+ $ symfony check:requirements --dir=/path/to/my-project
39
42
40
43
.. _`Symfony Standard Edition` : https://github.com/symfony/symfony-standard
41
44
.. _`skeleton` : https://github.com/symfony/skeleton
42
45
.. _`website-skeleton` : https://github.com/symfony/website-skeleton
46
+ .. _`installing Symfony` : https://symfony.com/download
You can’t perform that action at this time.
0 commit comments