8000 Added a note about permissions in the Quick Tour by javiereguiluz · Pull Request #4070 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Added a note about permissions in the Quick Tour #4070

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 31, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Added a note about permissions in the Quick Tour
  • Loading branch information
javiereguiluz committed Jul 30, 2014
commit 646a00c6b683ef88e74f4064fafd206239e718c9
8 changes: 8 additions & 0 deletions quick_tour/the_big_picture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ main concepts. Go to the following URL to be greeted by Symfony2 (replace
.. image:: /images/quick_tour/hello_fabien.png
:align: center

.. note::

Instead of the greeting page, you may see a blank or error page. This is
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would be more verbose: "[...] a blank page or an error page." I think that's more readable and sounds better.

caused by a directory permission misconfiguration. There are several possible
solutions depending on your operating system. Check out them all in the
:doc:`installation chapter </book/installation.html#book-installation-permissions>`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this doesn't work. you have to use the ref role to link to specific pointers: :ref:book-installation-permission``

of the official book.

What's going on here? Have a look at each part of the URL:

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