Skip to content

Commit 46bc8fa

Browse files
committed
Temporarily removed local testing instructions until they work
1 parent 9ac0c28 commit 46bc8fa

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

appengine/wordpress/README.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -110,33 +110,13 @@ The command asks you several questions, please answer them. Then you'll have a
110110
new WordPress project. By default it will create `my-wordpress-project` in the
111111
current directory.
112112

113-
## Run WordPress locally and create a new user (for standard environment)
114-
115-
If you chose the flexible environment, skip this step.
116-
117-
This step will create a basic database setup in your local mysql
118-
server. This is required to use `wp-cli` tool.
113+
## Deployment
119114

120115
CD into your WordPress project directory and run the following command
121-
to run WordPress locally (be sure to keep the cloud SQL proxy
122-
running):
116+
to run deploy:
123117

124118
```
125119
$ cd my-wordpress-project
126-
$ vendor/bin/wp server --path=wordpress
127-
```
128-
129-
Then access http://localhost:8080/. Follow the installation steps,
130-
create the admin user and its password. Login to the Dashboard and
131-
update if any of the plugins have updates.
132-
133-
Now it’s ready for the first deployment.
134-
135-
## Deployment
136-
137-
You can deploy your WordPress project by the following command.
138-
139-
```
140120
$ gcloud app deploy \
141121
--promote --stop-previous-version app.yaml cron.yaml
142122
```

0 commit comments

Comments
 (0)