Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yannisdran/4653045 to your computer and use it in GitHub Desktop.
Save yannisdran/4653045 to your computer and use it in GitHub Desktop.
# Do the following command in terminal
# Chown / Chmod wordpress folder
$ sudo chown -R :_www wordpress
$ sudo chmod -R g+w wordpress
# Add to "wp-config.php"
define('FS_METHOD', 'direct');
# Source: http://soderlind.no/archives/2011/08/26/running-wordpress-locally-on-mac-os-x-lion/
# (if your WP folder's filename is different than 'wordpress', substitute it for that name)
# (folder's filename should have no spaces)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment