From a2ca99164285816c8e02b3172e71400dcd889538 Mon Sep 17 00:00:00 2001 From: Mike Edwards Date: Mon, 15 Oct 2012 14:53:04 -0300 Subject: [PATCH] Added note on assigning correct file permissions Gives an example for the _www Apache user. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5227dfa2..8f72e598 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,12 @@ This is a set of plugins, themes, and configuration files for jQuery's website i RewriteRule . index.php [L] ``` +1. Make sure that you have assigned your WordPress files and directories the correct permissions. +For example, if your WordPress files are in the directory ```wordpress```, and you are running Apache under Mac OS X with the ```_www``` user: + ``` + sudo chown -R _www wordpress + sudo chmod -R g+w wordpress + ``` 1. Go to `http://dev.jquery.com` and walk through the standard WordPress installation. `web-base-template` includes a special install script that will initialize the entire network.