From 1e3b72a086fb0cf8359f15060a27f4a691cb9937 Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Wed, 12 Mar 2014 13:24:13 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9efb795..c10a153 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,9 @@ By executing the following, it will setup only the commonly used components: ansible-playbook -c local --tags="common,mysql,apache,file" ./create-user.yml You can also just run the run-all script. + +### For Wordpress + +Make sure the public_html folder is owned by the www-data group, and that all users are members of that group. +Also add `umask 002` to `/etc/apache2/envvars` +and add `define( 'FS_METHOD', 'direct' );` to wp-config.php