From 208bc43e1fd1d1b17305ef2f3394fcf9d8c0ea1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 4 Dec 2014 16:13:11 +0100 Subject: [PATCH] add step "app/check.php" close #235 --- source/installation/installation.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/source/installation/installation.rst b/source/installation/installation.rst index 493afeaaa..5b7284e07 100644 --- a/source/installation/installation.rst +++ b/source/installation/installation.rst @@ -113,8 +113,16 @@ If composer ask you the following question : :: You may answer `Y` (Yes), or simply press the `return` button. +Check your requirements +^^^^^^^^^^^^^^^^^^^^^^^ -TODO insert 'check.php' +You should check your installation by running + +.. code-block:: bash + + php app/check.php + +Which will give you information about how your installation fullfill the requirements to running Chill, and give you advices to optimize your installation. Launch your server