Drupal GAE

Component ID

2032725

Component name

Drupal GAE

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This module is intended to make running drupal on GAE (Google App Engine) as seamless as possible. This is mainly done in two ways now:

  1. Replacing Drupal's DefaultMailSystem by a Mail system that supports the Mail API
  2. Supporting uploading and serving static files through Google Cloud Storage API, as GAE doesn't support a writable file system

At the moment GAE for PHP is still in limited preview, I hope to get the module done and ready for people to use before GAE is opened for everyone :)

What's Working ?

Only the drop-in Mail system has been written, it works but sure needs more cleaning to be ready for everyday use!

the idea of this module is inspired by the plugin google has created for Wordpress http://wordpress.org/plugins/google-app-engine/ :)