You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+50-51Lines changed: 50 additions & 51 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This is a set of plugins, themes, and configuration files for jQuery's website infrastructure, which is powered by WordPress. It is designed as a custom content directory. So think of `jquery-wp-content` as your `wp-content` directory.
4
4
5
-
## Prerequisites
5
+
## Prerequisites
6
6
7
7
This install guide assumes you already have certain prerequisites already configured within your environment.
8
8
@@ -14,72 +14,71 @@ This install guide assumes you already have certain prerequisites already config
14
14
15
15
1. Configure your local webserver with a virtual host that covers the relevant jQuery domains, such as `*.jquery.com` and `*.jqueryui.com`, all pointing to the same root. For example, in Apache:
1. Make sure that you have assigned your WordPress files and directories the correct permissions.
75
+
1. Make sure that you have assigned your WordPress files and directories the correct permissions.
78
76
For example, if your WordPress files are in the directory ```wordpress```, and you are running Apache under Mac OS X with the ```_www``` user:
79
-
```
80
-
sudo chown -R _www wordpress
81
-
sudo chmod -R g+w wordpress
82
-
```
77
+
78
+
```
79
+
sudo chown -R _www wordpress
80
+
sudo chmod -R g+w wordpress
81
+
```
83
82
84
83
1. Go to `http://local.jquery.com` and walk through the standard WordPress installation. `jquery-wp-content` includes a special install script that will initialize the entire network.
0 commit comments