Skip to content

Commit 98e04fb

Browse files
committed
Merge pull request #80 from mikeedwards/documentation-edits
Documentation edits
2 parents ccea1de + e0b2c02 commit 98e04fb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This is a set of plugins, themes, and configuration files for jQuery's website i
2020
</VirtualHost>
2121
```
2222
23-
You do not need to configure your `/etc/hosts` file for `local.*` because `jquery.com`'s DNS handles this for you.
23+
You do not need to configure your `/etc/hosts` file for `local.*` because `jquery.com`'s DNS handles this for you.
2424
2525
1. Place the WordPress core files in the document root you chose. (Don't install it.) You can do this any number of ways:
2626
@@ -66,9 +66,17 @@ You do not need to configure your `/etc/hosts` file for `local.*` because `jquer
6666
6767
RewriteRule . index.php [L]
6868
```
69+
1. Make sure that you have assigned your WordPress files and directories the correct permissions.
70+
For example, if your WordPress files are in the directory ```wordpress```, and you are running Apache under Mac OS X with the ```_www``` user:
71+
```
72+
sudo chown -R _www wordpress
73+
sudo chmod -R g+w wordpress
74+
```
6975
7076
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.
7177
78+
1. Be sure to have node >= 0.8 installed on your system. Some sites, such as download.jqueryui.com, require that version or greater.
79+
7280
## Auto-Updates
7381
Changes pushed to master will be pulled onto the stage domain.
7482

0 commit comments

Comments
 (0)