Skip to content

Commit

Permalink
Update dir permissions to reflect var being writable
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Jan 12, 2016
1 parent f18a1aa commit d6456ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions book/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ If there are any issues, correct them now before moving on.

.. sidebar:: Setting up Permissions

One common issue when installing Symfony is that the ``var/cache``, ``var/logs``
and ``var/sessions`` directories must be writable both by the web server and
the command line user. On a UNIX system, if your web server user is different
from your command line user, you can try one of the following solutions.
One common issue when installing Symfony is that the ``var`` directory must
be writable both by the web server and the command line user. On a UNIX
system, if your web server user is different from your command line user
who owns the files, you can try one of the following solutions.

**1. Use the same user for the CLI and the web server**

Expand Down

0 comments on commit d6456ad

Please sign in to comment.