Skip to content
Closed
Changes from all commits
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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,17 @@ 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.

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.

Expand Down