File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
appengine/standard/wordpress Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 22
331 . Open a terminal with [ bash] [ bash ] if your system has one. If not, open the [ GCP Cloud Shell] [ cloudshell ] .
44
5- 2 . ** Clone the repo** and cd into this directory :
5+ 2 . Clone the repo and store this subdirectory in ` $d ` for later use :
66``` sh
77git clone https://github.com/ijt/php-docs-samples
8- cd php-docs-samples/appengine/standard/wordpress
9- d=$( pwd)
8+ d=$( pwd) /php-docs-samples/appengine/standard/wordpress
109```
1110
12113 . [ Install gcloud] [ install-gcloud ] if it isn't already installed.
13- 4 . Choose an existing GCP project or create a new project by running
12+ 4 . Choose an existing GCP project or create a new project:
1413``` sh
1514proj=[ID FOR YOUR NEW PROJECT]
1615gcloud projects create ${proj?}
1716gcloud config set project ${proj?}
1817```
19- 5 . List your billing accounts by running
18+ 5 . List your billing accounts:
2019``` sh
2120gcloud alpha billing accounts list
2221```
You can’t perform that action at this time.
0 commit comments