From 113aa5ad66eb32264f46c5e902f8279c6f62357d Mon Sep 17 00:00:00 2001 From: Mike Edwards Date: Mon, 15 Oct 2012 14:53:04 -0300 Subject: [PATCH 1/3] 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 d55bd9c6..337034c6 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,12 @@ You do not need to configure your `/etc/hosts` file for `local.*` because `jquer 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://local.jquery.com` and walk through the standard WordPress installation. `web-base-template` includes a special install script that will initialize the entire network. From 3c6d0eff2d2ea47fa4b4c7dd5b2fb0268c3b5227 Mon Sep 17 00:00:00 2001 From: Mike Edwards Date: Mon, 15 Oct 2012 14:50:08 -0400 Subject: [PATCH 2/3] fixed indentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 337034c6..b2cfb1d1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This is a set of plugins, themes, and configuration files for jQuery's website i ``` -You do not need to configure your `/etc/hosts` file for `local.*` because `jquery.com`'s DNS handles this for you. + You do not need to configure your `/etc/hosts` file for `local.*` because `jquery.com`'s DNS handles this for you. 1. Place the WordPress core files in the document root you chose. (Don't install it.) You can do this any number of ways: From e0b2c02b8e379a1547c31ded23da8d57eb0415ca Mon Sep 17 00:00:00 2001 From: Mike Edwards Date: Mon, 15 Oct 2012 14:20:11 -0300 Subject: [PATCH 3/3] Added note about installing node >= 0.8 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b2cfb1d1..8168fa18 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ For example, if your WordPress files are in the directory ```wordpress```, and y 1. Go to `http://local.jquery.com` and walk through the standard WordPress installation. `web-base-template` includes a special install script that will initialize the entire network. +1. Be sure to have node >= 0.8 installed on your system. Some sites, such as download.jqueryui.com, require that version or greater. + ## Auto-Updates Changes pushed to master will be pulled onto the stage domain.