File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ working WordPress project for
11
11
* Install [ Composer] [ composer ]
12
12
* Create a new Cloud Project on [ Developers Console] [ dev-console ]
13
13
* 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 ]
15
15
* Create App Engine default bucket at [ App Engine Setting Page] [ app-engine-setting ]
16
16
* Install [ Google Cloud SDK] [ gcloud-sdk ]
17
17
@@ -23,10 +23,10 @@ working WordPress project for
23
23
Configure Google Cloud SDK with your account and the Project.
24
24
25
25
```
26
- $ gcloud auth login
26
+ $ gcloud init
27
27
...
28
28
...
29
- $ gcloud config set project YOUR_PROJECT_ID
29
+ $ gcloud app create
30
30
```
31
31
32
32
Then configure the App Engine default GCS bucket for later use. The
@@ -142,7 +142,7 @@ running):
142
142
143
143
```
144
144
$ cd my-wordpress-project
145
- $ vendor/bin/wp(.bat) server --path=wordpress
145
+ $ vendor/bin/wp server --path=wordpress
146
146
```
147
147
148
148
Then access http://localhost:8080/ . Follow the installation steps,
You can’t perform that action at this time.
0 commit comments