Skip to content

Instantly share code, notes, and snippets.

@tucq88
Created December 1, 2014 04:36
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 tucq88/260de8352d6c109042e9 to your computer and use it in GitHub Desktop.
Save tucq88/260de8352d6c109042e9 to your computer and use it in GitHub Desktop.
Tricks - Wordpress
//Change owner to web user
$ sudo chown -R :_www installed-wordpress-dir
$ sudo chmod -R g+w installed-wordpress-dir
//Add this to installed-wordpress-dir/wp-config.php
//Ignore FTP login to install plugins or stuff
define('FS_METHOD', 'direct');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment