Skip to content

Commit e951047

Browse files
authored
!fixup Fix dangling point 8
1 parent c7cd733 commit e951047

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ cp .env.example .env
6666
6767
7. Construct the database.
6868
69-
#### All users
69+
### Construct the database
7070
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:
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:
7272
7373
| Site | Database Name |
7474
|------|---------------|
@@ -94,7 +94,7 @@ Select the corresponding database name from the table above for the site you wis
9494
'CREATE DATABASE IF NOT EXISTS wordpress_api_jquery_com;' | docker exec -i jquerydb mysql -u root -proot
9595
```
9696
97-
Then, visit the local site in your browser to complete the WordPress installation, such as http://local.api.jquery.com/wp-admin/install.php. Make sure the address begins with `local.`.
97+
Then, visit the local site in your browser to complete the WordPress installation, such as http://local.api.jquery.com/wp-admin/install.php. Make sure the address begins with `local.`. Or visit https://local.api.jquery.com, if you created the SSL certificates.
9898
9999
Fill in the form with the following information:
100100
@@ -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+
### Infrastructure team members only
122+
123+
Members with production access can import the live database, instead of generating the site locally.
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+
You can now browse http://local.api.jquery.com, or https://local.api.jquery.com if you created certs.
164166

165167
## Updating
166168

0 commit comments

Comments
 (0)