Skip to content

Commit b0d88f9

Browse files
mikeedwardsrdworth
authored andcommitted
Added note on assigning correct file permissions
Gives an example for the _www Apache user. (cherry picked from commit 113aa5a)
1 parent f7f6e82 commit b0d88f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ You do not need to configure your `/etc/hosts` file for `local.*` because `jquer
6060
6161
RewriteRule . index.php [L]
6262
```
63+
1. Make sure that you have assigned your WordPress files and directories the correct permissions.
64+
For example, if your WordPress files are in the directory ```wordpress```, and you are running Apache under Mac OS X with the ```_www``` user:
65+
```
66+
sudo chown -R _www wordpress
67+
sudo chmod -R g+w wordpress
68+
```
6369
6470
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.
6571

0 commit comments

Comments
 (0)