Skip to content

Commit 1888b0c

Browse files
authored
More clear WordPress README
1 parent 40eedd3 commit 1888b0c

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
@@ -1,11 +1,11 @@
11
# WordPress for Google App Engine
22

3-
Samples for deploying WordPress to App Engine.
3+
This is a list of samples which contain a CLI tool for deploying WordPress to App Engine.
44

55
## Index
66

77
|Runtime|Description|
88
|---|---|
9-
|[php72](../php72/wordpress)| Sample and CLI tool for deploying WordPress to App Engine for PHP 7.2 (**recommended**)|
10-
|[flexible](../flexible/wordpress)|Sample and CLI tool for deploying WordPress to App Engine Flexible|
11-
|[php55](../php55/wordpress)| Sample and CLI tool for deploying WordPress to App Engine for PHP 5.5 (*deprecated*)|
9+
|[App Engine Standard for PHP 7.2](../php72/wordpress) (**Recommended!**)|The latest App Engine Runtime, and the latest version of PHP!|
10+
|[App Engine Flexible Environment](../flexible/wordpress)|Longer deployments, but allows for custom containers using Docker. Use this only if you're certain you need these features.|
11+
|[App Engine Standard for PHP 5.5](../php55/wordpress)|PHP 5.5 is EOL, so use only to maintain existing deployments.|

0 commit comments

Comments
 (0)