1- # A helper command for running WordPress on Google Cloud Platform
1+ # Run WordPress on App Engine Flexible
22
33This is a small command line tool for downloading and configuring
44WordPress for Google Cloud Platform. The script allows you to create a
55working WordPress project for the
66[ App Engine flexible environment] [ appengine-flexible ] . For deploying
77WordPress to the [ App Engine standard environment] [ appengine-standard ] ,
8- refer to the example at [ appengine/standard/wordpress] [ ../../standard/wordpress ]
8+ refer to the example at [ appengine/standard/wordpress] ( ../../standard/wordpress )
99
1010## Common Prerequisites
1111
@@ -15,7 +15,6 @@ refer to the example at [appengine/standard/wordpress][../../standard/wordpress]
1515* [ Enable Cloud SQL API] [ cloud-sql-api-enable ]
1616* Install [ Google Cloud SDK] [ gsubl ..cloud-sdk ]
1717* Install the [ mysql-client] [ mysql-client ] command line tool
18- * [ Install Memcache] [ memcache-installation ]
1918
2019## Project preparation
2120
@@ -176,8 +175,6 @@ Enjoy your WordPress installation!
176175[ appengine-standard ] : https://cloud.google.com/appengine/docs/about-the-standard-environment
177176[ appengine-flexible ] : https://cloud.google.com/appengine/docs/flexible/
178177[ sql-settings ] : https://console.cloud.google.com/sql/instances
179- [ memcache-dashboard ] : https://console.cloud.google.com/appengine/memcache
180- [ memcache-installation ] : https://www.digitalocean.com/community/tutorials/how-to-install-and-use-memcache-on-ubuntu-12-04#install-memcache
181178[ mysql-client ] : https://dev.mysql.com/doc/refman/5.7/en/mysql.html
182179[ composer ] : https://getcomposer.org/
183180[ cloud-console ] : https://console.cloud.google.com/
0 commit comments