Skip to content

Commit a5bf2cb

Browse files
authored
Better WordPress Readme (GoogleCloudPlatform#700)
1 parent bdfbe97 commit a5bf2cb

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

appengine/php72/wordpress/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,19 @@ Then your WordPress project will be ready to deploy to Google Cloud!
8989
9090
## Deploy to Google Cloud
9191
92-
CD into your WordPress project directory and run the following command to
93-
deploy:
92+
`cd` into the root of your WordPress project.
93+
94+
```sh
95+
$ cd my-wordpress-project
96+
```
97+
98+
Run the following command to deploy your project to App Engine:
9499
95100
```sh
96101
$ gcloud app deploy app.yaml cron.yaml
97102
```
98103
99-
Then access your site, and continue the installation step. The URL is:
104+
Now you can access your site, and continue the installation step! The URL is
100105
https://PROJECT_ID.appspot.com/
101106
102107
### Enable the Google Cloud Storage plugin

0 commit comments

Comments
 (0)