Skip to content

Instantly share code, notes, and snippets.

@jongacnik
Created June 27, 2014 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jongacnik/6438f9ec443919fe21cd to your computer and use it in GitHub Desktop.
Save jongacnik/6438f9ec443919fe21cd to your computer and use it in GitHub Desktop.
Local Wordpress

Terminal

$ cd /Path/To/Dir/With/Wordpress $ sudo chown -R :_www wordpress-dir $ sudo chmod -R g+w wordpress-dir

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