Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added note on assigning correct file permissions
Gives an example for the _www Apache user.
  • Loading branch information
mikeedwards committed Oct 15, 2012
commit ebeeac1665cff2534dc8c5fe752ddef13a45de5c
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down