Skip to content

Commit

Permalink
fixed #37
Browse files Browse the repository at this point in the history
  • Loading branch information
rashivkp committed Nov 21, 2013
1 parent 5fae91d commit fc8c3c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ Use the following command to create your default user, user groups and run all t

You'll need to make sure that the app/storage directory is writable by your webserver, since caches and log files get written there. You should use the minimum permissions available for writing, based on how you've got your webserver configured.

chown -R 755 app/storage
chmod -R 755 app/storage

If you still run into a permissions error, you may need to increase the permissions to 775, or twiddle your user/group permissions on your server.

chown -R 775 app/storage
chmod -R 775 app/storage

-----

Expand Down

0 comments on commit fc8c3c0

Please sign in to comment.