8000 Added a note about permissions in the Quick Tour · symfony/symfony-docs@646a00c · GitHub
[go: up one dir, main page]

Skip to content

Commit 646a00c

Browse files
committed
Added a note about permissions in the Quick Tour
1 parent 7901005 commit 646a00c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

quick_tour/the_big_picture.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,14 @@ main concepts. Go to the following URL to be greeted by Symfony2 (replace
8989
.. image:: /images/quick_tour/hello_fabien.png
9090
:align: center
9191

92+
.. note::
93+
94+
Instead of the greeting page, you may see a blank or error page. This is
95+
caused by a directory permission misconfiguration. There are several possible
96+
solutions depending on your operating system. Check out them all in the
97+
:doc:`installation chapter </book/installation.html#book-installation-permissions>`
98+
of the official book.
99+
92100
What's going on here? Have a look at each part of the URL:
93101

94102
* ``app_dev.php``: This is a :term:`front controller`. It is the unique entry

0 commit comments

Comments
 (0)
0