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
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,9 @@ cp .env.example .env
66
66
67
67
7. Construct the database.
68
68
69
-
#### All users
69
+
### Construct the database
70
70
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:
72
72
73
73
| Site | Database Name |
74
74
|------|---------------|
@@ -94,7 +94,7 @@ Select the corresponding database name from the table above for the site you wis
94
94
'CREATE DATABASE IF NOT EXISTS wordpress_api_jquery_com;' | docker exec -i jquerydb mysql -u root -proot
95
95
```
96
96
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.
98
98
99
99
Fill in the form with the following information:
100
100
@@ -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
+
### Infrastructure team members only
122
+
123
+
Members with production access can import the live database, instead of generating the site locally.
122
124
123
125
```sh
124
126
# You need SSH admin access to this production server
0 commit comments