Skip to content

Commit c61348e

Browse files
committed
fixup! remove dangling step 8
1 parent c7cd733 commit c61348e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ cp .env.example .env
6666
6767
7. Construct the database.
6868
69-
#### All users
69+
### Outside contributors
7070
7171
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:
7272
@@ -118,7 +118,9 @@ You should now be able to run `grunt deploy` from the corresponding jQuery site
118118
119119
Replace the `url` with the site you are testing. The `dev` user is automatically created by this repo's wp-config.php.
120120

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
122124

123125
```sh
124126
# You need SSH admin access to this production server
@@ -160,7 +162,7 @@ docker exec -i jquerydb mysql -u root -proot --database wordpress_blog_jqueryui_
160162
docker exec -i jquerydb mysql -u root -proot --database wordpress_blog_jquerymobile_com < wordpress_blog_jquerymobile_com.sql;
161163
```
162164

163-
8. Visit http://local.api.jquery.com, or https://local.api.jquery.com if you created certs.
165+
Then visit http://local.api.jquery.com, or https://local.api.jquery.com if you created certs.
164166

165167
## Updating
166168

0 commit comments

Comments
 (0)