Skip to content

Instantly share code, notes, and snippets.

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