Skip to content

Instantly share code, notes, and snippets.

@gabrielstuff
Created October 17, 2012 23:30
Show Gist options
  • Select an option

  • Save gabrielstuff/3909000 to your computer and use it in GitHub Desktop.

Select an option

Save gabrielstuff/3909000 to your computer and use it in GitHub Desktop.
Wordpress Mac updates locally
$ cd /Users/<username>/Sites
$ sudo chown -R _www wordpress
$ sudo chmod -R g+w wordpress
@gabrielstuff
Copy link
Author

Do not forget to add user to _www group :

sudo dscl . -append /Groups/_www GroupMembership gabrielstuff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment