Skip to content

Documentation edits #80

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 16, 2012
Merged
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
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is a set of plugins, themes, and configuration files for jQuery's website i
</VirtualHost>
```

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:

Expand Down Expand Up @@ -60,9 +60,17 @@ 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.

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