Skip to content

Commit 862582b

Browse files
committed
First commit - do not merge yet please
1 parent 3d8e2fd commit 862582b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appengine/wordpress/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ working WordPress project for
1111
* Install [Composer][composer]
1212
* Create a new Cloud Project on [Developers Console][dev-console]
1313
* Enable Billing on that project
14-
* [Enable Cloud SQL API][cloud-sql-api-enable] (For App Engine flexible environment)
14+
* [Enable Cloud SQL API][cloud-sql-api-enable]
1515
* Create App Engine default bucket at [App Engine Setting Page][app-engine-setting]
1616
* Install [Google Cloud SDK][gcloud-sdk]
1717

@@ -23,10 +23,10 @@ working WordPress project for
2323
Configure Google Cloud SDK with your account and the Project.
2424

2525
```
26-
$ gcloud auth login
26+
$ gcloud init
2727
...
2828
...
29-
$ gcloud config set project YOUR_PROJECT_ID
29+
$ gcloud app create
3030
```
3131

3232
Then configure the App Engine default GCS bucket for later use. The
@@ -142,7 +142,7 @@ running):
142142

143143
```
144144
$ cd my-wordpress-project
145-
$ vendor/bin/wp(.bat) server --path=wordpress
145+
$ vendor/bin/wp server --path=wordpress
146146
```
147147

148148
Then access http://localhost:8080/. Follow the installation steps,

0 commit comments

Comments
 (0)