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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ cp .env.example .env
66
66
67
67
7. Construct the database.
68
68
69
-
#### All users
69
+
### Outside contributors
70
70
71
71
You do not need to be an infrastructure team member to test jQuery websites. Each site can be deployed after installing wordpress locally, but the database for that site needs to be created first. The database name for each site is listed below:
72
72
@@ -118,7 +118,9 @@ You should now be able to run `grunt deploy` from the corresponding jQuery site
118
118
119
119
Replace the `url` with the site you are testing. The `dev` user is automatically created by this repo's wp-config.php.
120
120
121
-
#### Infrastructure team members only
121
+
After a successful deployment, visit http://local.api.jquery.com to see the site, or https://local.api.jquery.com if you created certs.
122
+
123
+
### Infrastructure team members only
122
124
123
125
```sh
124
126
# You need SSH admin access to this production server
0 commit comments