Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Wordpress <a href="http://wordpress.org/about/requirements/">requires the hosting service to be able to support PHP and MySQL</a>, both of which are not directly supported by Google App Engine, the underlying "hosting engine" behind what you called Google Appspot.</p> <p><a href="http://code.google.com/appengine/">Google App Engine</a> is more akin to a cloud computing app platform than a web hosting service. All websites hosted under the appspot.com domain are actually GAE apps. At the moment, the support for languages are limited to Java (and JVM languages), Python, and Go.</p> <p>If you are looking for off-the-shelf library or tools where you could simply install and run Wordpress on Google App Engine, there are no such thing at the moment.</p> <p>Yet, if you are willing to get your hand dirty, some brave souls are apparently bold enough to engineer a way for PHP applications to be able to be run in GAE. Take a look at <a href="http://blog.caucho.com/2009/05/31/quercus-on-google-app-engine/">this blog post</a>, which shows the way to run PHP applications in GAE/J using <a href="http://quercus.caucho.com/">Quercus</a>. Coincidentally, the PHP application that they are trying to run is Wordpress itself.</p> <p>Please note that the blog post is from 2009, and GAE had evolved a lot since then. You would notice that the majority of the post is about converting Wordpress' MySQL queries to be able to play with Google's datastore, since at that time GAE does not support MySQL databases. </p> <p>Back in October 2011, the App Engine team rolled a <a href="http://googleappengine.blogspot.com/2011/10/google-cloud-sql-your-database-in-cloud.html">limited preview support for Google Cloud SQL</a>, so you would probably save some time in making Wordpress+Quercus works in App Engine if you could sign up for the preview and use Google Cloud SQL as your backing database. (A small caveat, Google Cloud SQL is free now because they hasn't published their pricing yet. They would do so at some point in the future, so don't be surprised if you would need to pay for the service later on)</p> <p>As you can imagine, the path to enable Wordpress in GAE is not easy. If you really want to host your blog in the cloud, why don't you host your blog at Amazon Web Service instead? If "free hosting" is what you are looking for, I don't think GAE is the right place for you. It is more like a platform for business apps than a hosting service.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload