Vanilla Forums on Google App Engine
Hello,
I was looking for any guide or to know whether it's possible to use Vanilla forums on google app engine.
Looking forward to helpful replies,
Thank you.
Tagged:
0
Hello,
I was looking for any guide or to know whether it's possible to use Vanilla forums on google app engine.
Looking forward to helpful replies,
Thank you.
Comments
Looks like they support PHP and a MySQL compatible "Cloud SQL".
You can find the PHP getting started page here: https://developers.google.com/appengine/docs/php/gettingstarted/introduction
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
This is why I prefer to IaaS to PaaS. There is no trying to get a platform specific version, that you can't use outside of this platform.
grep is your friend.
In theory vanilla should be compatible:
https://developers.google.com/appengine/docs/php/#PHP_Enabled_extensions
You could even use memcached
However, as far as I understand, you cannot store files directly where your app is.
It should be possible to direct PATH_CONF, PATH_CACHE and PATH_UPLOADS to a google cloud storage bucket from your bootstrap.php
Would be an interesting experiment.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Will give this a try and report how it goes. Thanks a lot guys.
I was about to try it yesterday, but was reluctant to set up billing for SQL, so I got stuck there.
However the equivalent of vanillas .htaccess rewrite rules on AppEngine should be something like:
(be careful, untested!)
If it works, please post your steps in the tutorials section!
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS