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
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
2323Configure 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
3232Then 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
148148Then access http://localhost:8080/ . Follow the installation steps,
You can’t perform that action at this time.
0 commit comments