Skip to content

Instantly share code, notes, and snippets.

# 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/